From: Mike McClain <mmccl...@nethere.com>
> On Sat, Jan 10, 2009 at 09:56:24PM -0800, Randal L. Schwartz wrote:
> > 
> > I prefer the "do" form, myself.
> 
>     Is there a functional reason for your preference 
> or is it just a matter of taste?

I can't talk for Randal, but for me there is a simple reason. In the 
do form I do not have to repeat the name of the variable. So there is 
less chance of a typo, less typing, if I need to slurp a file into 
another variable I do not have to change the name on two places.

And IMHO, if the file is so big that there is a measurable difference 
in speed and memory used, it should not be slurped anyway.

Jenda
===== je...@krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to