in reply to Re: What is your Perl dialect?
in thread What is your Perl dialect?
* When writing recursive routines I usually use a named wrapper and then an anonymous sub to do the recursion<plug>Why, what a perfect situation for Sub::Lexical</plug>
* I often use pack, as well as s///eWhat situations do you find yourself using s///e? I can't say I've ever used it anything outside golf and obfu so where does it fit into your day-to-day coding?
_________
broquaint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: What is your Perl dialect?
by demerphq (Chancellor) on Feb 14, 2003 at 16:35 UTC |