http://www.perlmonks.org?node_id=959718


in reply to perl program giving errors

<font color=red">print "</body>\n" semi colon at the end of line is missing For future programming do put -w in the shebang line #!/usr/bin/perl -w so that errors will be shown to an extend

Replies are listed 'Best First'.
Re^2: perl program giving errors
by choroba (Cardinal) on Mar 15, 2012 at 09:06 UTC
    You probably mean "warnings", not "errors".
      yup