Help for this page

Select Code to Download


  1. or download this
    die "$file does not exist!\n" unless -e $file;
    my @perms;
    push @perms, 'read' if -r _;
    ...
    } else {
        print "You got zip\n";
    }