in reply to Re^4: Hash Value via Data::Dumper
in thread Hash Value via Data::Dumper

untested as there is no perl on my ipad...

for $uid (keys %users) { print "User $uid has "; for my $conn (@{$users{$uid}}) { my $number = @{$searches{$conn}}; print "$number searches on connection $conn\n"; } } }

Replies are listed 'Best First'.
Re^6: Hash Value via Data::Dumper
by Anneq (Vicar) on Jun 13, 2013 at 20:19 UTC

    hdb,

    No perl on your ipad? Tragic.

    My first generation iPad can't be updated past 5.0.1, so I've jailbroken it and put on perl, vim and other utilities. With a jailbroken iPad, you can link app directories, like Textastic and GoodReader, to your home Documents directory. Also, I use git to keep my projects synchronized for when I'm working away from an Internet connection.

    Visit this site if you want to get perl for your iPad.

    Anne