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


in reply to Re: wxPerl image handling (short & sweet).
in thread wxPerl image handling (short & sweet).

Yes, you installed a modern version of Wx {grin}

If you examine http://search.cpan.org/author/MBARBON/Wx-0.08/ released about the same time as this tutorial, you can see a Wx::Image listed (also in http://search.cpan.org/src/MBARBON/Wx-0.08/lib/Wx/).

If you examine http://search.cpan.org/src/MBARBON/Wx-0.16/lib/Wx/ you can see there is no Image.pm, but http://search.cpan.org/src/MBARBON/Wx-0.16/XS/Image.xs (like http://search.cpan.org/src/MBARBON/Wx-0.08/XS/Image.xs) still exists.

This means that you only need to say "use Wx;" and the Wx::Image package will be loaded.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.