Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "Lines are:\n   " . join "\n   ", @lines;
    print "\n\n";
    }
    
  2. or download this
    __DATA__
    1. This string can be modified using only regexes
    ...
    -But here are more
    -strings which 
    -I want arrayed
    
  3. or download this
    Heading is: 1. This string can be modified using only regexes
    Lines are:
    ...
       -But here are more
       -strings which 
       -I want arrayed