Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: Parsing an SQL table using an array of hashes?

by poj (Abbot)
on Jul 02, 2013 at 20:52 UTC ( [id://1042108]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #perl
    use strict;
    ...
    4,2013,Design/Process,42
    5,2013,Design/Process,30
    1,2014,Design/Process,30
    
  2. or download this
    for my $pd (sort {$a<=>$b} keys %x_data){
      push @x_legend,$period[$pd];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-19 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found