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}};
    }