Help for this page

Select Code to Download


  1. or download this
    sub safe_open {
        my $fn = shift;
        $fn =~ s/^(>>?)//;
    ...
        seek $fh, 0, 0;
        return $fh;
    }