Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Array refs

by j1n3l0 (Friar)
on May 04, 2007 at 16:34 UTC ( [id://613613]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub func1
    {
    ...
    
        return [$a, $b];
    }
    
  2. or download this
    $ref = fuc1();
    
    #or
    
    @ref = @{func1()};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-28 11:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found