Re: Couple of newbie questions

2002-07-17 Thread zentara
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

RE: Couple of newbie questions

2002-07-16 Thread Joel Hughes
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

Re: Couple of newbie questions

2002-07-16 Thread perl-dvd
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,

Re: Couple of newbie questions

2002-07-16 Thread fliptop
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

Couple of newbie questions

2002-07-16 Thread Kerr Wall
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