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

Re^3: help formatting output of particular loop

by shmem (Chancellor)
on Jan 29, 2007 at 09:09 UTC ( [id://597046]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($row->{start_date} ne $last_date && (split/:/,$row->start_time)[0]
    + > 9) {
    
  2. or download this
    use Time::Local;
    ...
    ...
        print join('-', @l), "\n";
        print $_,"\n" for @{$hash{$key}};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 05:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found