Help for this page
#!/usr/bin/perl ... print if defined; $_ = $line; }
#!/usr/bin/perl ... last if eof; print; }