Re: ODBC Control Panel

2002-05-07 Thread Simon Oliver
The lack of error reporting sounds like a problem with the dienice sub. Just die and see what error you get. -- Simon Oliver ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reset memory usage?

2002-05-07 Thread Erik A
Doeas anyone know if it is possible to reset memory usage inside a perl script? I have a script which eats more and more memory the longer it is run even though it starts from the beginning recurrently. I would like to reset the memory at each new start (without having to close and restart th

Re: Reset memory usage?

2002-05-07 Thread jna
Hello Erik, Have you tried to undef your variables? Example: undef @a; John |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=| | |www.sexy-match.com | |"The Internets Premier Adult Match Maker" | |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=| > > Doeas anyone know if it

.pl scripts showin as text

2002-05-07 Thread Nathan
Whenever I try to access a .p script from my site I just get the actual code from the script displayed in my browser.   You can see this here ...   http://www.oogaba.com/cgi-bin/pd/pd.pl   anyone know how I can fix this?   - Thank You - Nathan Masek

RE: .pl scripts showin as text

2002-05-07 Thread Tucker, Ernie
what web server are you running?     -Original Message-From: Nathan [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 07, 2002 12:15 PMTo: [EMAIL PROTECTED]Subject: .pl scripts showin as text Whenever I try to access a .p script from my site I just get the actual code from the scr

RE: .pl scripts showin as text

2002-05-07 Thread William R. Mussatto
A couple of quick thoughts, is scripting turned on for that directory (using the web server specific method)? What OS are you using as well as what web server? On Tue, 7 May 2002, Tucker, Ernie wrote: > Date: Tue, 7 May 2002 12:17:24 -0500 > From: Tucker, Ernie <[EMAIL PROTECTED]> > To: 'Nat