PDA

View Full Version : cgi debugging scripts


Mandi
02-19-1999, 05:44 PM
Can I, once I have SUCCESSFULLY (let's have a round of applause here) utilized the script in logs-cgi to debug something, clean out the old stuff and overwrite the rather enormous file I have generated? It would sure download faster in the future, as I am sure to need it again, but don't really need to see my past x# of weeks worth of troubles . . .

Deb
02-19-1999, 08:57 PM
hehe you sure can http://www.aota.net/ubb/smile.gif

I usually just delete the file.. and it will recreate itself unfortunately http://www.aota.net/ubb/wink.gif

Deb

Mandi
02-21-1999, 08:43 AM
Thanks a bunch, Deb, as usual!

Boy - that felt really good! Practically like forgiveness of sins past, or something . . . http://www.aota.net/ubb/biggrin.gif!!

[This message has been edited by Mandi (edited 02-21-99).]

Deb
02-21-1999, 02:58 PM
hehehe Yes, something like that http://www.aota.net/ubb/smile.gif

For me it's called 'hiding the evidence' from Terra http://www.aota.net/ubb/wink.gif

Deb
--
if ($in{'fridge'} ne "OK") {

if ($dinner_time == 1 ) {
display_file("cookbook");
exit(0);
} else {
@FastFood = cdopenfile("$Phone_Book");
display_file("Pizza_Hut");
exit(0);
}
}

[This message has been edited by Deb (edited 02-21-99).]

Monica
02-22-1999, 01:20 PM
Deb... we speak the same language!!!!

ROTF... you are too funny!