Help for this page

Select Code to Download


  1. or download this
    package foo;
    use strict;
    ...
        do something to $a;
        do something to $b
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    use $ARGV[0];
    
    blah blah blah