in reply to Re: perl OPEN function and zlessin thread perl OPEN function and zless
open(FILE, '-|', "gunzip -c $filename"); while (FILE) { ..do action.. } [download]