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

Re: Bless and Do

by NetWallah (Canon)
on Jun 17, 2014 at 17:03 UTC ( [id://1090174]=note: print w/replies, xml ) Need Help??


in reply to Bless and Do

If you are not using $_ in the local block, this should meet the need to avoid temporary variables, while maintaining readability, and avoiding "do":
my $variable=bless \(local $_=49) ,'Rates::Notification';
As mentioned before, the assignment is necessary to avoid "Modification of a read-only value attempted at ..".

If you are using $_, then the previous recommendations apply, in order to reduce the scope of the local assignment.

        What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against?
              -Larry Wall, 1992

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found