Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: Re: Re: build array of geometry data

by CharlesClarkson (Curate)
on Feb 11, 2003 at 06:50 UTC ( [id://234330]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @nloops = join(',',@{$collection[0]});
  2. or download this
    print @nloops[1]
  3. or download this
    [1,1,1,1,1]
    
  4. or download this
    my @nloops = @{ $collection[0] };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-24 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found