in reply to RE: RE: Perl to CGI
in thread Perl to CGI
Then you need to make sure that you include something like
use /path/to/module/module::name;
or push the library path to the @INC variable
push (@INC,/path/to/module/module.pm);
in the top of your scripts.
MadraghRua
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (tilly) 4: Perl to CGI
by tilly (Archbishop) on Aug 19, 2000 at 01:38 UTC |