Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Understandig on Creating Empty array reference

by Corion (Patriarch)
on Dec 16, 2005 at 09:21 UTC ( [id://517178]=note: print w/replies, xml ) Need Help??


in reply to Understandig on Creating Empty array reference

\() does not create an array reference. See perldoc perlop on the \ operator to see what it does.

What you want is:

$array = []

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found