M.W. Koskamp wrote:

: You are missing a semi-colon at the end of line 1....
: after the #!/usr/local/bin/perl

You don't need one there, because that line is not a perl command.
It's a message to the shell that the script is to be interpreted
by /usr/local/bin/perl.

The problem is that he write !# when he meant #!.

-- tdk

Reply via email to