> The 1st line is /usr/local/bin/perl . Trying to put in
> usr/local/bin/perl.... same problem. Command not found.

Where is your perl interpreter?

$ which perl

and use the reult in the first line.

i expect the result to be /usr/bin/perl so the 1st line should be

#!/usr/bin/perl

Olivier
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to