Help for this page

Select Code to Download


  1. or download this
    Preparing statement: select
         clli, traffic_date, count(distinct(traffic_hour))
    ...
         clli, traffic_date, traffic_hour
    
    running with args  : 01-Jul-2002 switch1 switch2 10
    
  2. or download this
    traffic_est_report.pl -c switch1,switch2 -d 01-Jul-2002 -H 10
    
  3. or download this
    execute called with 1 bind variables when 4 are needed at traffic_est_
    +report.pl line 467.
    
  4. or download this
    sub get_data {
        my ($statement)     = shift;
    ...
        print "@results\n";
        return(1);
    }