in reply to use: command not found error
My guess at first sight of your description is that the shebang line - the line that points to the interpreter (on unixy systems most often: #!/usr/bin/perl) is either missing, wrong in its syntax, does not point to an existing Perl interpreter or has been misplaced (not as first line).
Perhaps some more code would help us to properly diagnose the problem? Be sure to enclose your code in <code></code> tags.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: use: command not found error
by kushtun (Initiate) on May 04, 2007 at 18:15 UTC | |
by blazar (Canon) on May 04, 2007 at 19:11 UTC | |
by Anonymous Monk on Jun 10, 2009 at 22:02 UTC | |
Re^2: use: command not found error
by Anonymous Monk on Oct 02, 2009 at 01:26 UTC |