in reply to Using Perl Modules
I always use "use lib", though.#!/usr/bin/perl -w -I/path/to/your/modules
That's kind of weird that it can't find the module, though, considering that you said it's in the same dir as your Perl script, and "." is in your @INC.
|
|---|