http://qs321.pair.com?node_id=1215138


in reply to Perl app won't compile /run from cron

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.

use lib '/var/local/perl-site/';
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?

Cheers,
R.

Pereant, qui ante nos nostra dixerunt!