Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Send JSON data to Perl scalar

by perl.j (Pilgrim)
on Dec 21, 2012 at 17:35 UTC ( [id://1009943]=note: print w/replies, xml ) Need Help??


in reply to Re: Send JSON data to Perl scalar
in thread Send JSON data to Perl scalar

This is great! My only issue here is speed, since this is going to be run about once every minute or two.

--perl.j

Replies are listed 'Best First'.
Re^3: Send JSON data to Perl scalar
by tobyink (Canon) on Dec 22, 2012 at 09:42 UTC

    I don't see why that would be a problem. That script takes about 1.2 seconds to execute on my laptop (and this machine is pretty old and underpowered), so could comfortably execute 30 or 40 times per minute.

    Though probably if I wanted to retrieve this data more than once a minute, I'd probably just add a loop to the script so that you execute it once and it runs in the background, repeatedly retrieving the data.

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-23 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found