in reply to Re: looking for a good idiom: return this if this is true
in thread looking for a good idiom: return this if this is true
the overhead of evalHuh? Are you confusing eval $string (which fires up a compiler) with eval {block} (which merely pushes a marker onto the return stack)?
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: looking for a good idiom: return this if this is true
by dws (Chancellor) on Mar 06, 2005 at 00:47 UTC |