Help for this page

Select Code to Download


  1. or download this
            if ($uploads[$count] =~ /zip$/i) {
                print "I GOT A ZIP";
    ...
            else {
                print "I got NADA"
            }