* Smylers <[EMAIL PROTECTED]> [2002-09-30 14:19]:
> #! /usr/bin/perl -00p
> __END__

You also don't need to write a script for that:

$ perl -00pe1 filename

would do. However, it doesn't fulfill the spec of regarding
lines with only whitespace as empty.

-- 
Regards,
Aristotle

Reply via email to