in reply to Re: How would you do this?
in thread How would you do this?
Second, "zcat *gz": What do you want it to do?
$ zcat foo.gz bar
you'll need to use perl's "system" command
He is using system. If anything, he shouldn't be using system as it's forcing him to use a temporary file (assuming he's simply creating VARIABLES in order to read it in).
|
|---|