>>>>> "SQ" == Sean Quinlan <[EMAIL PROTECTED]> writes:
SQ> I searched CPAN but didn't find anything that appeared to provide SQ> that functionality. I've also struggled with opening a pipe to SQ> gzip; it compresses fine but I haven't figured out a way to SQ> capture gzips output, which it forces to my terminal. use IPC::Open2. and most of the compress programs will work in a pipeline under that module. you have to enable the right options in some cases. uri -- Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

