On Tue, 16 Jul 2002 12:53:33 -0400, [EMAIL PROTECTED] (Kerr Wall) wrote:
>Hi All,
>What is the best way to test and debug?
My vote is to use the ptkdb module. It is a graphical
tk debugger for perl. It's beautiful, you can make break points,
and list variable values; just watch the variables
ule for Perl to write to the Apache log - search on
search.cpan.org and I'm sure you'll find one.
regards
Joel
-Original Message-
From: Kerr Wall [mailto:[EMAIL PROTECTED]]
Sent: 16 July 2002 17:54
To: [EMAIL PROTECTED]
Subject: Couple of newbie questions
Hi All,
I am curren
y other errors in
your script
(usually syntax). Watch the error log for these.
Good Luck,
David
- Original Message -
From: "Kerr Wall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 16, 2002 10:53 AM
Subject: Couple of newbie questions
Hi All,
Kerr Wall wrote:
> How does perl handle multiple requests. For example, if 10 users are
> logged into your system and they are all trying to use the same script,
> how does perl deal with this situation?
unless you're running mod_perl, a separete perl interpreter will start
for each request
Hi All,
I am currently switching to Perl/CGI from the Java servlet world. I'm
wishing I would have made this switch a long time ago and I have a
couple of questions:
How does perl handle multiple requests. For example, if 10 users are
logged into your system and they are all trying to use t