>>>>> "JR" == Joshua Redman <joshua@turbo.kean.edu> writes:
JR> Any suggestions on how I could trick the resend files path variable
JR> "@INC" into seeing the getopts.pl file?
It should already be there if your perl was installed correctly. You can
run a simple script that displays @INC to see where it's looking and put
the file there, or you can add a line to push an additional directory into
@INC at the top of the program.
To avoid future problems, though, it's best to get perl installed
correctly.
- J<
References:
|
|