Checking external links

2001-11-08 Thread Blader Robert G DLVA
Hello, I am a maintainer of a web site. I'd like to write a script to check and see if the external links that I created however long ago still exist. Does anyone know of a way that I can connect to a web page and just check the status that is returned by the server? I don't need the pa

RE: Code review

2001-07-10 Thread Blader Robert G DLVA
Just a suggestion - Would it be possible/practical to compile a summary of some of the suggestions that you receive? Rob Blader Information System Assurance Office, CD2S Naval Surface Warfare Center (540)653-7270 [EMAIL PROTECTED] > -Original Message- > From: Yacketta, Ronald [mailto

FW: FW: Running out of memory

2001-07-10 Thread Blader Robert G DLVA
Thanks to everyone that responded. Adding a "my" before the line that did the split and stored the result in an array - @fw_logs = split(/;/, $LINE); seemed to make all the difference. I'm not certain I understand why - if anyone can shed light on that I'd appreciate it. for that ma

FW: Running out of memory

2001-07-10 Thread Blader Robert G DLVA
I have a program that reads through a log file (from a firewall actually) and generates a few statistics from it. Problem is that is uses a ton of memory. I had to add a lot (500MB) of swap to a Linux box with 128 MB to begin with. BTW - Nothing else is running. I commented out everyt