That
means where ever you a running the script from the path is not the same as where
you are testing it.
You
can view the path in a script with the following.
print "$ENV{'PATH'}\n";
|
- perl.dll Fabien Holler
- Joe Schell
That
means where ever you a running the script from the path is not the same as where
you are testing it.
You
can view the path in a script with the following.
print "$ENV{'PATH'}\n";
|