Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Anonymous Reference???

by Thilosophy (Curate)
on Sep 12, 2005 at 03:50 UTC ( [id://491144]=note: print w/replies, xml ) Need Help??


in reply to Anonymous Reference???

Yes, they are.
my $r = [ 1 , 2, 3]; # arrayref my $q = { 1 =>2 , 3=> 4 }; # hashref my $t = sub{ print 1; }; # code ref

Log In?
Username:
Password:

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

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

    No recent polls found