Help for this page

Select Code to Download


  1. or download this
        my @arr_b = grep { $_ % 3600 == 0 } ($start_b .. $end_b); 
        my @arr_a = grep { $_ % 3600 == 0 } ($start_a .. $end_a);
    
  2. or download this
    $ perl -s timeoverlap.961234.pl
    Start: Sun Mar 25 06:53:28 2012
    ...
    unit2;1013
    End: Sun Mar 25 06:53:37 2012
    End: 1
    
  3. or download this
        use vars qw/ $withDateTime /;
        if( $withDateTime  ){
    ...
            $hash{$wds} +=  $thours if $thours;
            next STRING;
        }