Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Array in Array

by nylon (Acolyte)
on Oct 06, 2003 at 12:12 UTC ( [id://296915]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            print ("$accounts_2[$j][$i]");
            }
        }
    
  2. or download this
    $accounts_2[0][0] = x1
    $accounts_2[0][1] = y2
    ...
    $accounts_2[][] = ...  
    $accounts_2[3][4] = wwww4 
    $accounts_2[][] = ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://296915]
Approved by broquaint
Front-paged by davido
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-03-28 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found