Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Parsing data from a data feed

by Apterigo (Scribe)
on Jul 19, 2001 at 00:01 UTC ( [id://97866]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    14|XXX\XXX|1.2541|1.2546|0|2001-07-17 10:25:22.17 0x00  16|XXX\XXX|1.2
    +547|1.2552|0|2001-07-17 10:26:23.23 0x00
    
  2. or download this
    do {
      $socket->recv($response, 1);
    ...
    } until ($response == hex(0x00));
    print "$data\n";
    close($socket) || die "Error terminating socket connection...\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-28 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found