in reply to error handling by pm initialization

Hi homeveg,

Just had this idea for a possible alternative solution: Since you seem to be on a *NIX system, perhaps this is a place where the UNIX philosophy could be used: yourscript.pl | gzip >out.gz

Of course there's nothing wrong with doing the compression in your script, and it might even be necessary if, for example, your script creates multiple output files.

Regards,
-- Hauke D