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
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!
>