Help for this page
20035pa|02/06/2001|8:30| from here on is about 60 more fields of data
foreach $item(@timearray){ ... if ( $ECL == "" ) { push @ECL, "||$item||"; } else { push @ECL, $ECL;} }
$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.