Help for this page

Select Code to Download


  1. or download this
    substr outside of string at /usr/share/perl5/Text/WrapI18N.pm line 130
    +.
    Use of uninitialized value $text in length at /usr/share/perl5/Text/Wr
    +apI18N.pm line 52.
    
  2. or download this
    use strict;
    use warnings;
    ...
        utf8::decode($folded);
        say $folded;
    }