in reply to Re: perl OPEN function and zless
in thread perl OPEN function and zless

Thanks,
I used this to get it to work:
open(FILE, '-|', "gunzip -c $filename"); while (FILE) { ..do action.. }