Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    [9] 17
    [0] g'day mate
    
  2. or download this
    $/="\'\n";
    while (<DATA>) {
    ...
        my $i;
        print "[",$i++,"] $_\n" for split /\+/;
    }