RE: What is the best method to test out a script that is spitting info to the httpd logs

2003-11-20 Thread Ed Christian
Dan Anderson wrote: > What is the best way to test a script that is spitting out stuff to > the httpd log. lessing a huge log is a PITA, and deleting it doesn't > give me a new log like I'd like (plus potentially loses information I > need). On a *nix platform, try tail -f . It'll show you in

RE: next if statement....

2004-03-18 Thread Ed Christian
Paul Archer wrote: > 12:15pm, Greg Schiedler wrote: > >> OK I'm trying to modify the code below to recognize an additional >> next if statement. I have included a snip of the file that the code >> uses an input. >> >> Greg >> >> next if /Acct-Session-Id = ""/;This statment works! >