in reply to is there something wrong with this code?
But specifically, this code:
makes this a "one hit wonder". {grin} Each new hit overwrites the previous file instead of appending it. Change your > to a >> there.open( LOG, ">/home/exposu/logs/web_access.log.txt" ) || die "$!\n";
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: is there something wrong with this code?
by emcb (Beadle) on May 18, 2002 at 21:33 UTC |