On 07/08/2011 06:26 PM, Robert wrote:
I have currently wrote a simple script to attempt to create a list of
every letter combination this is a rough outline of what I want my
program to do . . .

For climbing the Perl learning curve, I recommend the following three books (in order):

1.  "Learning Perl" is the place to start:

    http://oreilly.com/catalog/0636920018452/

2. "Perl Cookbook" has useful, idiomatic code snippets with great explanations. It gives you the building blocks and confidence you need to start writing useful scripts:

    http://oreilly.com/catalog/9780596003135/

3. "Programming Perl" is the language reference manual. It's for when you need hard core information. I'd recommend waiting for the new edition, due out in October:

    http://oreilly.com/catalog/9780596004927/


Perl works the best and is the easiest to use on Unix or Unix-like machines. If you're on Windows, get virtual machine software and pick a Linux distribution (I use Debian). "Learning the Unix Operating System" is the place to start if you don't already know Unix:

    http://oreilly.com/catalog/9780596002619/


HTH,

David

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to