Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    
    sub foo {print "foo: "}
    sub bar {print "bar: "; chdir '/nodir'}
    
  2. or download this
    foo: result=1
    bar: result=0