Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How to create a "proper" array?

by Paladin (Vicar)
on Apr 10, 2015 at 19:31 UTC ( [id://1123066]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (@rowdata = $sth->fetchrow_array()) {
        push (@chart_data, $rowdata[2]+0);
        push (@chart_labels, $rowdata[0].' '.$rowdata[1].':00');
    }
    $graph->to_string(\@chart_data, labels=>\@chart_labels);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found