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

Re: Array vs. Hash for sparsely integer-indexed data

by blue_cowdawg (Monsignor)
on Jan 25, 2013 at 19:36 UTC ( [id://1015395]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package IndexedSparseArry;
    
    ...
            $self->{array} = [@work];
    }
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
           $repo->insert($index,$data);
    }
    | etc.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-19 08:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found