Help for this page

Select Code to Download


  1. or download this
    $ perl -lne " use Perl6::Form; print form q{{IIIIIIIIIIIIIIII}}, $_ "
    A really long  string that I want to add to the awesome menu system
      A really long
    ...
       awesome menu
          system
    
  2. or download this
    $ perl -lne " use Text::Wrap qw/ wrap $columns /; $columns = 16; print
    + wrap(q//,q//,$_); "
    A really long  string that I want to add to the awesome menu system
    A really long
    ...
    the awesome
    menu system
    ^Z
    
  3. or download this
    $ perl -lne " use Text::Autoformat; print autoformat $_, {qw{ left 1 r
    +ight 17  }} "
    A really long  string that I want to add to the awesome menu system
    A really long
    ...
    
    
    ^Z