Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: What does this mean?

by sgt (Deacon)
on Jul 12, 2007 at 07:30 UTC ( [id://626161]=note: print w/replies, xml ) Need Help??


in reply to What does this mean?

You have a list assignment in which the second slot, a typeglob, will be assigned the se second member of @_. *_ is the typeglob associated with the default variable "$_". In some cases where there are special properties (magic) bound to the underlying object (as in a tie for example) *_ is the thing to use to properly localize "$_".

It could also be that the author wanted to do a selective typeglob assignment; tough to say with so little code and of doubtful use for the variable _ (er.."$_").

cheers --stephan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found