Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to get two array in subroutine

by CountZero (Bishop)
on Feb 09, 2011 at 13:27 UTC ( [id://887196]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    sub no_ref(\@\@) {
    ...
    my @beta = ('a' .. 'j');
    
    no_ref @alfa, @beta;
    
  2. or download this
    First:  1 2 3 4 5 6 7 8 9 10
    Second: a b c d e f g h i j
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found