in reply to Re^2: Array of Arrays on Monday.
in thread Array of Arrays on Monday.
my %application; # <-- Hash! print "Application = ", $data[$application_pos], "\n"; if ( $data[$application_pos] ne "" && $data[$ip_address_pos] ne "" ) { my $key = $data[$application_pos]; push @{ $application{$key} }, $data[$ip_address_pos]; # Pushing t +o a HoA. print Dumper( \%application ) ; }
Update: Fixed signature.
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Array of Arrays on Monday.
by vlturner (Sexton) on Jan 25, 2016 at 16:52 UTC | |
by AnomalousMonk (Archbishop) on Jan 25, 2016 at 20:01 UTC |