Name : perl-Text-Wrap-NoStrip
| |
Version : 0.003
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 18:54:15
|
Group : Unspecified
| Source RPM : perl-Text-Wrap-NoStrip-0.003-lp155.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Line wrapping without stripping the whitespace
|
Description :
NOTE: Early implementaiton, no tab handling.
This module provides \'wrap()\' variant that does not strip the whitespaces, to make unfolding easier and capable of returning the original text. Contrast:
longwordlongwordlongword word word word word
\"longwordlongw\" \"xordlongword\" \"xword word\" \"xword word\"
\"longwordlongw\" \"xordlongword\" \"x word word\" \"x word word\"
To get back the original $text, you can do:
($text = $wrapped) =~ s/\ x//g;
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch |