* Thilo Planz <[EMAIL PROTECTED]>
> - use strict

And taint mode!

perldoc perlsec

> - close the file when done

And check the exit status of the close on the written file, as that is
when you learn when the disk is full or whether subsequent processing on
the file should be avoided due to possible corruption.

close FILE or log_and_email_and_pretty_page_for_user_before_exit();

Reply via email to