Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

(tye)Re: Dereference an array reference

by tye (Sage)
on Apr 19, 2001 at 22:59 UTC ( [id://73930]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: Re: Dereference an array reference
in thread Dereference an array reference

my @names = ($var);

Perhaps you want: my @names = @$var; that? Or perhaps: my @names = $var->[0]; that?

        - tye (but my friends call me "Tye")

Log In?
Username:
Password:

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

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

    No recent polls found