Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: data structure question

by SuicideJunkie (Vicar)
on Aug 30, 2013 at 14:17 UTC ( [id://1051640]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    001: my $alias_line_count       = 0;
    my @alias_label_array      = ();
    my @alias_value_array      = ();
    ...
    my @ap_value_array         = ();
    my $ap_line_count          = 0;
    my $ap_person_count        = -1;
    
  2. or download this
    my @officers;
    my %aliases;
    
    ...
    push @{$aliases{$_}}, $newHire for @{$newHire->{aliases}};
    push @officers,  $newHire;
    print "We now have ". (scalar @officers) . " officers at Fort Futile\n
    +";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found