in reply to Re: Perl: For Beginners
in thread Perl: For Beginners

How did you learn wxPerl? I really can't find a good book/tutorial anywhere.
perl.j-----A Newbie To Perl

Replies are listed 'Best First'.
Re^3: Perl: For Beginners
by Anonymous Monk on Aug 02, 2011 at 12:23 UTC
Re^3: Perl: For Beginners
by Steve_BZ (Chaplain) on Aug 04, 2011 at 14:45 UTC

    If you install Wx::Demo from cpan (it should install all your dependencies for you). Then run wxperl_demo.pl (it should be on your path). All code for each page displayed is shown to you. You can use this with one of the Hello world tutorials to get started.

    Good luck

    Steve