in reply to Re: ReShow images without user interact with the GUI.
in thread ReShow images without user interact with the GUI.

I mean that I take this out from the mainloop2 sub:
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; }
and put it "globally".

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
    and put it where?
      In the same file, but outside any sub.