Re: SOS - perl script

2007-05-08 Thread tom
for that matter, bash and 'tr' might do this as well? On 5/8/2007, "Jeff Pang" <[EMAIL PROTECTED]> wrote: >Squid log format is strict.Try to do, > >s/\s+/,/g; > >on each line. > > >2007/5/8, Craig Schneider <[EMAIL PROTECTED]>: >> Hi Guys >> >> Following is a log file extract which

Re: SOS - perl script

2007-05-08 Thread Jeff Pang
Squid log format is strict.Try to do, s/\s+/,/g; on each line. 2007/5/8, Craig Schneider <[EMAIL PROTECTED]>: Hi Guys Following is a log file extract which I desperately need to covert to coma separated for an entire logile called access.log (squid proxy log) for reporting purposes. There ha