Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Parsing record into hash

by Hue-Bond (Priest)
on Jul 04, 2006 at 21:06 UTC ( [id://559219]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fd, '<', 'foo' or die open "$!\n";
    my ($h, @arr);
    ## assuming <eor> and <eoh> are always at the end of their lines
    ...
      $c++ if /<eor>$/;
    }
    close $fd;
    
  2. or download this
    $VAR1 = [
              {
                '<time_on:6>' => '213400',
    ...
                '<call:5>' => 'VE6GG'
              }
            ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-03-28 12:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found