View Single Post
Old 04-15-2004, 10:37 AM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

the xferlog is a space-delimited-values file...
which means each field is separated by a space. so to know when the field ends, the script looks for a space. it could be fixed using regular-expressions logic, but it would make the script much MUCH slower i'd guess.
Mouton is offline   Reply With Quote