Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Hashes of Hashes of Arrays? Is it possible?

by capriguy84 (Novice)
on Sep 08, 2011 at 19:07 UTC ( [id://924917]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    NAME,06/01/2011,09:30:00,16.76,756,Q,00
    NAME,06/01/2011,09:30:00,16.76,300,Q,00
    ...
    NAME,06/01/2011,09:30:01,16.76,200,Z,00
    NAME,06/01/2011,09:30:02,16.77,200,X,00
    NAME,06/01/2011,09:30:02,16.77,200,X,00
    
  2. or download this
        my $csv = Text::CSV_XS->new();
        open (FILE, "<", "$tickdir/$file") or die "Can't open CSV File:$! 
    +\n";
    ...
            print Dumper(\%HOH);
        }
        close FILE;
    
  3. or download this
    $VAR1 = {
              '1306935005' => {
    ...
                                           ]
                              }
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-16 14:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found