in reply to Most basic code to mess around with?

Welcome to Perl!

I like the approach you are taking to learning the language, and to learning programming in general. Grandfather and Botfx both pointed out some good ideas. I would add the following:

This is what worked for me years ago, and actually still does when I decide to take on a project that requires exposure to new things that I have not yet tried(there is a lot of that). Most of what I have done with Perl fits into just a few basic categories:

There have been many other uses, but doing those forced me to learn a plethora of other related skills, like good development methodology(at least one that works for me), version control, database basics(flavors of SQL in my case), etc...

Hope that might be helpful... and also that you find enjoyment in discovering Perl. In my opinion, you made a great choice for a first programming language.

...the majority is always wrong, and always the last to know about it...

Insanity: Doing the same thing over and over again and expecting different results...

A solution is nothing more than a clearly stated problem...otherwise, the problem is not a problem, it is simply an inconvenient fact

  • Comment on Re: Most basic code to mess around with?