Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: •Re: Re: •Re: On goto

by Anonymous Monk
on Mar 01, 2003 at 16:04 UTC ( [id://239713]=note: print w/replies, xml ) Need Help??


in reply to Re: •Re: Re: •Re: On goto
in thread On goto

I prefer:
sub new { bless { foo => undef, bar => undef, }, shift; }
That may be golfing it too far for your tastes, but the point is still valid. Creating the data structure with the data you want already in it is generally clearer than creating it and then building it up with fixed assignments.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://239713]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found