Help for this page

Select Code to Download


  1. or download this
    $ ./program.pl
    
    # or if it's in known PATH:
    $ program.pl
    
  2. or download this
    $ cat foo.pl
    #!/usr/bin/perl
    ...
    foo = bar, v = 1
    $ ./foo.pl --for=bar -v
    foo = bar, v = 1
    
  3. or download this
    $ cat foo.pl
    #!/usr/bin/perl
    ...
    foo = bar, v = 1
    $ ./foo.pl --for=bar -v
    foo = bar, v = 1