Help for this page

Select Code to Download


  1. or download this
    sub is_safe_file {
       my $path = shift;
    ...
       return 0 if $mode & 022;
       return 1;
    } ## end sub is_safe_file