Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Perl oddities

by Mugatu (Monk)
on Mar 01, 2005 at 17:15 UTC ( [id://435532]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl oddities
in thread Perl oddities

Normally this doesn't bother me unless I have to use parens

It's also kind of odd when your filehandle is not a simple scalar or bareword:

open $hash{foo}, ">", "foobar"; print { $hash{foo} } "Test\n";

Makes me shudder every time.

Log In?
Username:
Password:

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

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

    No recent polls found