Help for this page

Select Code to Download


  1. or download this
    script.pl --start 'Oct 10 05:50 --end 'Oct 10 05:52'
    
  2. or download this
    my $user_start_date = get_secs_from_opt( $opt{start} );
    my $user_end_date = get_secs_from_opt( $opt{end} );
    ...
            # do something with a hit...
        }
    }