NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I like it ! (Score:1)
I am not aware of another language with Perls 'helpfulness' or to use the more PC terms, conciseness and flexibility.
(pinching the quote from this page)
The key to performance is elegance, not battalions of special cases. The terrible temptation to tweak should be resisted unless the payoff is really noticeable.
Excellent positive attitude (Score:1)
With more positive thoughts and actions like yours then the Perl community can only get better.
Nuff said... I'm off to do my bit and go and see the latest London Perl Monger tech talk in Richmond.
Nice! (Score:2)
Welcome aboard!
I love what you've written here. When you talk about the assignment operators, it reminds me of one operator I love, but don't mention often.
Basically, that's a handy shortcut for rewriting a string on the fly, but only if it has a true value. Otherwise, you have to do something like this in other languages:
It's a silly thing, I know, but there are so many useful constructs like this in Perl that once you get to know