in reply to mod_perl losing/confusing file paths?
Another place to look: try perl -V on your system's perl binary and see what @INC is; if it's different from the one reported by the error message, then your problem is probably that you have a different perl interpreter embedded in Apache than your system perl.
You might also try adding use lib 'path/to/devnet/pm/file' to your startup file.
HTH
perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'
|
|---|