Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^6: JSON module

by hallikpapa (Scribe)
on Aug 15, 2007 at 21:49 UTC ( [id://632865]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $counter++;
                    $hashData{$counter}{'id'} = $hold_col_val1;
    ...
                    $hashData{$counter}{'col5'} = $total_call_count;
                    $hashData{$counter}{'col6'} = $total_error_count;
                    push @output, \%hashData;
    
  2. or download this
    $sth->execute();
    while (my $row = $sth->fetchrow_hashref ){
    ...
                    push @output, \%hashData;
                    #print $hashData[$counter]{'id'}." ".$hashData[$counte
    +r]{'col6'}."\n";
            }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-03-19 04:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found