and if it's a case of can't find the require/use Perl script or module mentioned in line 21, then try adding the path to the folder the missing script resides in, to the list of INClude folders using use lib 'path/to/missing/script'; at the beginning of your script, prior to require/use statements. See lib. Note you add the folder the script resides in and not a filename. Alternatively require/use with full path to the script, e.g. require '/abc/xyz/somefile.pl'
In reply to Re^2: Compilation failed in require at C:/mychoo/cg
by bliako
in thread Compilation failed in require at C:/mychoo/cg
by traincity
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |