Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Where and how to start learning Perl

by gjb (Vicar)
on Aug 15, 2003 at 16:16 UTC ( [id://284191]=note: print w/replies, xml ) Need Help??


in reply to Where and how to start learning Perl

Excellent list, congratulations!

I could have missed them, but it seems a few nice sites aren't mentioned you might want to include:

  • http://www.perl.com somewhere, a lot of interesting articles can be found there, as well as a nice tip of the day.
  • Also http://use.perl.org is a good news site on Perl, although the most important stuff gets mentioned on PerlMonks as well.

I didn't check, but if no similar resource is available this would be a nice entry for the tutorial section or the FAQs.

Just my 2 cents, -gjb-

  • Comment on Re: Where and how to start learning Perl

Replies are listed 'Best First'.
TMTOWTDI
by webmasta (Initiate) on Sep 07, 2003 at 04:40 UTC
    For learning Perl the TMTOWTDI paradigm of Perl applies:
    there's more than one way to do it.


    #So how come theres only one way to do comments?
    hmmm...

    webM
      webmasta,
      To my knowledge there are quite a few ways to do comments.
    • # comment goes here
    • POD comments documenting your code
    • __END__ comments follow
    • Acme::Comment

      I have even seen some people use here docs for comments, though it really is code. I am sure creative monks have found even more.

      Cheers - L~R

      use strict; my $TMTOWTDI = "There IS more than one way to do it"; my $MeaningfulVariableName = "Is another way"; $MeaningfulVariableName =0, "And if you get creative, even more"; *SomeOtherWayToSayIt = *MeaningfulVariableName ; SomeSubroutine($MeaningfulVariableName , "Extra arg used as a comment +");
      I'm sure there are other creative ways to do it - I'm not recommending any of this - it's just that this node invited a challenge.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://284191]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-24 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found