Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Complex Data Structure Suggestions Wanted

by djohnston (Monk)
on Jun 07, 2005 at 17:43 UTC ( [id://464403]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub ReadSource{
        my ($DataSource, $HashRef) = @_;
    ...
          push( @$item, $DataSource );
        }
    }
    
  2. or download this
    sub ReadSource{
        my ($DataSource, $HashRef) = @_;
    ...
        push( @{ $HashRef->{$_} ||= [] }, $DataSource )
         for @Data;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-29 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found