in reply to Deparse produces different output for a different user
getRecord() is not getting imported into webSubs.pm.
webSubs.pm might need a 'use lib' statement or you might want to set PERL5LIB in the environment that doesn't work. The difference is probably either the PERL5LIB or PERLLIB variable(s) (see perlrun), or the directory that the program is run from (if the libraries(s) are in the same directory that the program is run from in the environment that works...the current directory is automatically included in the list of library directories).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Deparse produces different output for a different user
by jameshow (Initiate) on Oct 07, 2010 at 14:39 UTC |