Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: N-Dimensional Arrays on the fly

by Prior Nacre V (Hermit)
on Aug 20, 2004 at 20:50 UTC ( [id://384701]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package WhiteMouse;
    
    ...
    
        $self->set(object_array => $ra_obj);
    }
    
  2. or download this
            next if $i == $dim_l && @todo;
    
  3. or download this
            ($ra_p, $i) = @{shift @todo} if @todo;
    
  4. or download this
  5. or download this
    use strict;
    use warnings;
    ...
    print Dumper $ro_pandim2->get('object_array');
    print Dumper $ro_pandim3->get('object_array');
    print "=======================================\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://384701]
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: (6)
As of 2024-04-23 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found