![]() |
|
We don't bite newbies here... much | |
PerlMonks |
On exploring Perlby jynx (Priest) |
on Sep 25, 2001 at 05:32 UTC ( #114457=note: print w/replies, xml ) | Need Help?? |
Asmo, As others, i will commend your attempting to explore the perl language and learn it better. However, Learning perl through obfuscations is not a very good way to learn perl. This is in particular due to strict and warnings. When first learning perl it might seem easier to ignore warnings and strict, when in fact this is false laziness. The path to true laziness would learn strict and warnings now so that they are easier to incorporate with knowledge later. With that in mind, if we were to rewrite your node with strict and warnings, we would only need to change code in two places*: A better way to learn (AFAIK) would be to pick up the Llama book and read the chapters followed by doing the examples. To end with, here are some good nodes on learning perl:
jynx
In Section
Obfuscated Code
|
|