in reply to Is Perl worth it? How does perl deal with programmer folly?

I'm pretty new also and I've certainly made mistakes like this before, but in my experience it seems as if once the connection is broken (you click stop on your browser) the loop breaks (sooner or later). Is this right?

Replies are listed 'Best First'.
Re: Re: Is Perl worth it?
by virtualsue (Vicar) on Apr 24, 2002 at 13:55 UTC
    CGI programs are executed by the webserver software on a web host system somewhere far away from users clicking things in their browsers. Nobody would want some random user out there in www-space killing processes on their nice server via keypresses in Netscape. :-)

    Clearing up b0rk3n CGI processes (i.e. those containing unintended infinite loops etc) is a familiar task to many a system administrator.