in reply to Perl: For Beginners

Hi pj,

I use Perl by Example. It doesn't have such a great write-up, but I found it very helpful with exercises and examples.

You imply in another post that you use perl/tk. I'm sure it's very fine. You might want to try wxPerl. It is object orientated and implemented in C++, Perl, Python, Ruby and on many platforms including Windows, Linux and Mac - sadly no iPad or Android yet, although I hope that will come. Also no real support for gesture programing, kinetic scroll or other touch-screen developments.

Good luck.

Regards

Steve

Replies are listed 'Best First'.
Re^2: Perl: For Beginners
by Anonymous Monk on Jul 18, 2011 at 07:18 UTC
Re^2: Perl: For Beginners
by perl.j (Pilgrim) on Aug 02, 2011 at 01:45 UTC
    How did you learn wxPerl? I really can't find a good book/tutorial anywhere.
    perl.j-----A Newbie To Perl

      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