On Thu, Feb 12, 2004 at 08:51:43PM -0500, Sean Quinlan wrote: > On Thu, 2004-02-12 at 20:18, Gyepi SAM wrote: > Thanks Gyepi! Unfortunately, while this did not throw any errors, it > also did not produce any output?
I just installed PerlIO::gzip so I could test the example and it works for me, so it must be you or your system ;) Was your perl built with perlio? perl -V|grep io should produce at this something like this: useperlio=define d_sfio=undef btw, if you save the example to a file and pipe the script output to 'gunzip -c', you get back the original string, which serves as a nice test of the whole process. -Gyepi _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

