in reply to Perl problems
Everytime I have seen this error it was due to 1 of 2
things: (1) "." isn't in your path and you have to run
the command using the form "./command.pl" or (2) the first
line of the perl command was #!/bin/perl, for example, but
there wasn't perl or a link to perl in /bin. You have
to make sure the path is correct.