Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Not understanding 2 sentences in perldoc

by LanX (Saint)
on Jul 30, 2020 at 22:30 UTC ( [id://11120091]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @x = f();
    my @y = @x;
    
  2. or download this
      DB<39> sub f { 1..3}
    
      DB<40> my @y = my @x = f(); print"@x,@y"
    1 2 3,1 2 3
      DB<41>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found