Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        my @F = split;  # -a
        print $F[2];    # -e
    }
    
  2. or download this
    $ cat s.pl 
    #!/usr/bin/perl -s
    ...
    
    $ ./s.pl -x=foo
    <foo>