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

Making little array babies

by Anonymous Monk
on Apr 12, 2004 at 04:27 UTC ( [id://344322]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @images = ("IMAGE1","IMAGE2","IMAGE3","IMAGE4","IMAGE5","IMAGE6","IMAG
    +E7","IMAGE8","IMAGE9","IMAGE10", ect...);
    
  2. or download this
    @array1 = ("$images[0]","$images[1]","$images[2]");
    @array2 = ("$images[3]","$images[4]","$images[5]");
    @array3 = ("$images[6]","$images[7]","$images[8]");
    @array4 = ("$images[9]");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (1)
As of 2024-04-19 00:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found