in reply to Tk::Photo-data() error?
If you replace that line of code with:Use of uninitialized value in concatenation (.) or string at C:/Perl/s +ite/lib/Tk.pm line 350. Argument "feather.jpg" isn't numeric in subroutine entry at tkphoto.pl + line 17.
You should see an image (provided you have a file of that name of course ;-). It worked for me.my $im = GD::Image->newFromJpeg('feather.jpg');
--
I'd like to be able to assign to an luser
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Tk::Photo-data() error?
by stormwolfen (Acolyte) on Dec 16, 2001 at 23:57 UTC |