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

Re: Answer: What does ($*) do, and how is it different than (${*{''}})?

by entropy (Sexton)
on Jun 13, 2001 at 00:26 UTC ( [id://87926]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I get the * glob, what is $*, and what is *{''}?
in thread How do I get the * glob, what is $*, and what is *{''}?

Wow, that clears it up.
I had done '$a=*' in the debugger, which causes 'print $a' to show it as a glob (*main::;). I suppose the trick is that the debugger took it upon itself to add a couple of semi-colons in there, making it '$a=*;;' or in other words '$a=*{";"};'.
  • Comment on Re: Answer: What does ($*) do, and how is it different than (${*{''}})?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://87926]
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-25 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found