in reply to using an image in binary perl TK
Perhaps you could wrap the above block in an if clause that tested for the existence of that file?
if ( -e "./tsl_logo1.gif" ) { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using an image in binary perl
by michaelg (Beadle) on Nov 16, 2003 at 15:33 UTC | |
by bart (Canon) on Nov 16, 2003 at 17:50 UTC | |
by simonm (Vicar) on Nov 16, 2003 at 16:12 UTC |