in reply to
Invoke system("unzip") in CGI file,unexpected output
You need to use
system("unzip test.zip|grep -v test")
Comment on
Re: Invoke system("unzip") in CGI file,unexpected output
Download
Code
In Section
Seekers of Perl Wisdom