in reply to Re: How can I unzip certain file in zip file?
in thread How can I unzip certain file in zip file?
# at the top to load your parameters # call the script as script.pl?zipName=blah&members=abc&members=xyz my $zipName = $cgi->param('zipName'); my @members = $cgi->param('members'); print 'usage message' unless $zipName and @members
--
integral, resident of freenode's #perl
|
|---|