Help for this page

Select Code to Download


  1. or download this
    20035pa|02/06/2001|8:30| from here on is about 60 more fields of data
    
  2. or download this
    foreach $item(@timearray){
        
    ...
            if ( $ECL == "" ) { push @ECL, "||$item||"; }
            else { push @ECL, $ECL;}
    }
    
  3. or download this
    $NETID = the network id, which would correspond to 20035pa in the abov
    +e example.
    $month, $date, $year = would correspond to 02/06/2001 in the above exa
    +mple.
    $item = the time, which would be 8:30 above.