in reply to Re: ReShow images without user interact with the GUI.
in thread ReShow images without user interact with the GUI.
and put it "globally".if (-e "imageHandling.pl") { my $app = do "imageHandling.pl"; if (!defined($app)) { die "imageHandling not loaded.\n"; } } else { print "imageHandling.pl not found.\n"; exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: ReShow images without user interact with the GUI.
by Anonymous Monk on Feb 05, 2006 at 12:26 UTC | |
by Ace128 (Hermit) on Feb 06, 2006 at 13:56 UTC |