in reply to Invoke system("unzip") in CGI file,unexpected output
system("unzip test.zip > /dev/null"); [download]
my $outp = qx(unzip test.zip); [download]