Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: Hash Value via Data::Dumper

by hdb (Monsignor)
on Jun 12, 2013 at 20:20 UTC ( [id://1038574]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-20 05:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found