Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    unlink $file;
    
  2. or download this
    sub somefunc { open my $f, "<", shift or die 'cannot open file' };
    
  3. or download this
    skip "cannot run under root", 2 unless $<;