Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How cand I find each dimension x,y,z of a 3D arrays

by DrHyde (Prior)
on Jun 19, 2003 at 09:33 UTC ( [id://267115]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @foo = (
        [0, 1, 2, 3, 4, 5],
        [0, 1, 2],
        [0, [ 0, 1, 2, 3 ]]
    );
    
  2. or download this
    my @foo = (
        [0, 1, 2, 3, 4, 5],
    ...
        }
        $maxlength[$depth] = $#_ + 1 if($#_ >= '0'.$maxlength[$depth]);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found