Re: uninstall/delete running app

2005-05-03 Thread Brian Steele [SPICEISLE.COM]
Configure the script to run as a scheduled task? I'm assuming that the OS is Windows here...     Brian   - Original Message - From: Ted Yu To: perl-win32-users@listserv.ActiveState.com Sent: Tuesday, May 03, 2005 19:06 Subject: uninstall/delete running app I

Re: Running Perl script without a command window

2005-04-14 Thread Brian Steele [SPICEISLE.COM]
- Original Message - From: "Kevin Carothers" <[EMAIL PROTECTED]> To: "Dan Baumbach" <[EMAIL PROTECTED]> Cc: Sent: Thursday, April 14, 2005 3:49 PM Subject: Re: Running Perl script without a command window On 4/14/05, Dan Baumbach <[EMAIL PROTECTED]> wrote: I'm running a perl script that

Re: [OT] Spam to list

2005-04-04 Thread Brian Steele [SPICEISLE.COM]
own to the bottom, not the reverse :-). These days however, I simply follow the pattern laid down by previous messages in the thread, whether it be top-posting or bottom-posting. Once the pattern is continued, the legibility of the thread is maintained. Regards, Brian Steele www.spiceisle

Re: 502 error occurred in IIS 4.0

2003-08-10 Thread Brian Steele
our perl script.  Got RAM? :-).   The obvious solution is develop using perl.exe, then use perlis for production.  Which quite coincidentally is what I do here :-).     Brian   - Original Message - From: Mike Kalinovich To: Brian Steele ; [EMAIL PROTECTED] Sent: Sunday, August

Re: Speed on cgi/pl files

2002-12-22 Thread Brian Steele
Use IIS or PWS :-). Brian - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 5:48 AM Subject: Speed on cgi/pl files > Hi, is there a way for me to get more speed on cgi/pl files? I´m use a > Omnihttpd server on windows. > > ___

Re: Getting cgis to work

2002-08-15 Thread Brian Steele
The only problem with this analysis is that, based on the info I'm getting on my security lists these days, MORE bugs are being found now with open-source software than with MS software. It's just basic probability in action: New versions = more features + greater complexity More feature

Re: Getting cgis to work

2002-08-15 Thread Brian Steele
To get Perl scripts to work with PWS: 1. Install Perl (of course) 2. Use PWS to flag the cgi-bin folder (or whatever folder you use for your scripts) as executable. 3. Make sure that the following string values exist in the registry at the indicated key: [HKEY_LOCAL_MACHINE\System\CurrentControlS

Working with templates

2001-04-03 Thread Brian Steele
Hi Everyone: Some time ago, I re-wrote my Perl-driven forum script to use templates for all HTML output (i.e. instead of embedding HTML code within the script, I placed it in separate files, which are parsed whenever the script needs to output HTML code). Tags are used to identify locations wher

Re: Executing a script within another script

2001-03-05 Thread Brian Steele
WHOOPS. Sorry... should be "do 'scriptname'"; e.g. do extra.pl; Brian - Original Message - From: "Dirk Bremer" <[EMAIL PROTECTED]> To: "Brian Steele" <[EMAIL PROTECTED]>; "perl-win32-users" <[EMAIL PROTECTED]>

Re: Executing a script within another script

2001-03-05 Thread Brian Steele
What about "call 'scriptname'" ? Brian - Original Message - From: "MOTTER, JEFFREY D. (SBMS)" <[EMAIL PROTECTED]> To: "perl-win32-users" <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 12:48 PM Subject: RE: Executing a script within another script > I have been using the "system" me

Re: Important

2001-01-09 Thread Brian Steele
Better fix (for IIS4) http://www.microsoft.com/ntserver/nts/downloads/critical/q267559/ Brian - Original Message - From: "Brian Steele" <[EMAIL PROTECTED]> To: "Mark G. Franz" <[EMAIL PROTECTED]>; "Cumhur KIZILARI" <[EMAIL PROTECTED]>

Re: Important

2001-01-09 Thread Brian Steele
For a quick fix, rename ism.dll to ism.old, or something like that. You may have to restart the Web service. Brian - Original Message - From: "Mark G. Franz" <[EMAIL PROTECTED]> To: "Cumhur KIZILARI" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 0

Re: Important

2001-01-09 Thread Brian Steele
http://TARGETIIS/scripts/test.pl+.htr ...works against my NT4/IIS4 box as well. Luckily, I don't embed passwords in my scripts. Unluckily however, it works against EVERY file in the cgi-bin directory. Like my ini files. I've now moved all the scripts to a different directory (not visible to th

Re: Dumb Question: How to check if a string is empty

2001-01-06 Thread Brian Steele
I'm I missing something here? What about if(!$stuff) {print "string is empty"} - Original Message - From: "Naftel, Bill S" <[EMAIL PROTECTED]> To: ""Lawrence; Rob" " <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, January 06, 2001 8:37 AM Subject: RE: Dumb Question: How to che

Re: What do you use to access AS documentation?

2001-01-02 Thread Brian Steele
My solution: Put the html documention in a webfolder on your NT/IIS4 box, then perform searches via the Index Server. Brian Steele www.spiceisle.com - Original Message - From: "Will W" <[EMAIL PROTECTED]> To: "Perl-Win32-Users Mailing List" <[EMAIL PROTECTE