Help for this page

Select Code to Download


  1. or download this
    my $arg1 = shift;
    
  2. or download this
        local @ARGV = @_;
    
  3. or download this
    use Getopt::Long;
    
    ...
    do_awesome_things -v => -file => 'foo.txt', -file => 'bar.txt';