Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: how can I learn wellby GrandFather (Saint) |
on Jul 07, 2009 at 02:09 UTC ( [id://777718]=note: print w/replies, xml ) | Need Help?? |
Read the documentation (perl). It will help a lot to know about Data::Dumper for understanding how complicated data structures hang together. Always use strictures (use strict; use warnings;). And probably most importantly: think about the questions you ask, take time to format your nodes nicely (people often ignore messy questions) and take the time to understand the answers you get and read any follow up material that is suggested. True laziness is hard work
In Section
Seekers of Perl Wisdom
|
|