Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: Memory utilization and hashes

by Cristoforo (Curate)
on Jan 27, 2018 at 20:24 UTC ( [id://1208000]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($s1,$n,$s2,$v2,undef) = split ';',$_,5;
  2. or download this
    {"ip":["2.3.4.5","2.3.4.5"],"id":"2","host":"www.cnn.com"}
    {"ip":["3.4.5.6","1.2.4.5"],"id":"4","host":"www.google.com"}
    {"ip":["1.2.3.4"],"id":"1","host":"www.example.com"}
    {"ip":["3.4.5.6"],"id":"3","host":"www.google.com"}
    {"ip":["2.3.4.5"],"id":"2","host":"www.example2.com"}
    
  3. or download this
    {"id":"1","Answer":[{"ip":"1.2.3.4"}],"host":"www.example.com"}
    {"id":"2","Answer":[{"ip":"2.3.4.5"},{"ip":"2.3.4.5"}],"host":"www.cnn
    +.com"}
    {"id":"3","Answer":[{"ip":"3.4.5.6"}],"host":"www.google.com"}
    {"id":"4","Answer":[{"ip":"3.4.5.6"},{"ip":"1.2.4.5"}],"host":"www.goo
    +gle.com"}
    {"id":"2","Answer":[{"ip":"2.3.4.5"}],"host":"www.example2.com"}
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-04-19 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found