It looks like you are missing the path to your library in your @INC array within Perl. You can add a line to your script to explicitly use the library directory where Image::Grab is installed.
Or where ever it may be. It is strange that it is not in a standard system patch though if it is installed with cpan. Do you know the directory where Grab.pm is installed?use lib '/var/local/perl-site/';
Cheers,
R.
In reply to Re: Perl app won't compile /run from cron
by Random_Walk
in thread Perl app won't compile /run from cron
by dazz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |