Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "$foo, $bar, $main::bar\n";
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    my $opts = Getopt::Declare->new($spec);
    __END__