Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Parsing data into an Array of Hashes

by svsingh (Priest)
on Sep 18, 2003 at 13:14 UTC ( [id://292380]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    
    __DATA__
    F1=D1, F2 = D2, F3= D3, F4 =D4,  F5  =  D5
    
  2. or download this
    $VAR1 = {
              'F2' => 'D2',
    ...
              'F5' => 'D5',
              'F1' => 'D1'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-04-18 07:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found