I'm working on a perl script that requires me to actually unzip a file to check its contents. If at all possible, I'd like to prevent the output from displaying, as I intend to parse the output. Here's my line of code (all variables have been declared, and what-not:
my $unzip_output = system("unzip -l $filename");
Thanks, --Coplan
In reply to preventing a system call from displaying output by Coplan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |