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

Re^5: Shouldn't references be readonly?

by dave_the_m (Monsignor)
on Aug 05, 2020 at 18:38 UTC ( [id://11120339]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    []
    [1,2,3]
    [1,2,$x]
    
  2. or download this
    [1,2,3]
    # is the same as
    anon_array(1,2,3);
    sub anon_array { my @a = @_; \@a }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-25 01:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found