Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    for ( my $i = 0 ; $i < @parts ; $i++ ) {
      print "$i:  $parts[$i]\n";
    }
    
  2. or download this
    % ./test.pl
    3
    ...
     new lines and single
    1:  quotes
    2:   more than' once