--- "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote:
> >>>>> "Curtis" == Curtis Poe <[EMAIL PROTECTED]> writes:
> 
> 
> Curtis>     my $foo_count = scalar @{[param('foo')]};
> 
> That's nice, but I prefer:
> 
>         my $foo_count = () = param('foo');
> 
> Less typing, less work for the machine.  Less noise.  More magic,
> though.  Oops, arguable on that. :)
> 
> -- 
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
> <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Ooh... that's sweet.

Use that, not my crud.

Cheers,
Curtis Poe

=====
Senior Programmer
Onsite! Technology (http://www.onsitetech.com/)
"Ovid" on http://www.perlmonks.org/

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to