Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    sub qux {}
    open(FOO,$0) or die $!;
    opendir(DIR, '.') or die $!;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    sub blah {}
    our($blah); # second use of *blah