Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Formatting dynamic method names

by zwon (Abbot)
on Oct 10, 2009 at 13:43 UTC ( [id://800458]=note: print w/replies, xml ) Need Help??


in reply to Formatting dynamic method names

Perhaps it should be

Method 2: --------- for ( keys %hash ) { $object->${ \"set_$_" }( $hash{$_} ); }

Update: concerning the question, I would prefer first method. It explains itself, so it is clear what it is doing even for newbie. Second statement, though shorter, will require more time to read and understand for some persons.

Replies are listed 'Best First'.
Re^2: Formatting dynamic method names
by clinton (Priest) on Oct 10, 2009 at 13:45 UTC
    You mean, without the space before the arrow? Yes, it should, but given that I use Perl::Tidy on my code, it's always going to put the space in there. Sorry - just realised that I'd left out the value :$ - will update

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://800458]
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: (6)
As of 2024-03-19 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found