Re: Need a Favor...

2006-08-09 Thread Gregg Morrison
; %> # No spaces in the line above. Is Perlscript working on this system ? <% $Response->Write("Yes, Perlscript is Working!" ); %> END FILE: PerlScript.asp Very easy. Gregg Morrison - Original Message - >From: Swaminathan Vijay-A20615 &g

Re: Debugging Perl Code Dynamically - howto?

2006-07-10 Thread Gregg Morrison
e tracing and debugging so easy. We "perlists" don't usually spend money on utilities because we solve our own problems. But I'm spoiled now. Anyway, they have a free 30 day eval version that you can use - long enough to solve your pro

Re: How to kill a dos window

2006-04-14 Thread Gregg Morrison
http://search.cpan.org/src/NWCLARK/perl-5.8.8/win32/bin/runperl.pl          Gregg               - Original Message - From: Gerald Preston To: 'Gregg Morrison' ; activeperl@listserv.ActiveState.com Sent: Friday, April 14, 2006 10:43 AM Subject: RE: How to ki

Re: How to kill a dos window

2006-04-14 Thread Gregg Morrison
Hi Jerry,   Try the "/K" Switch -       %COMSPEC% /K  X:\path\batchfile.bat   - OR -       Last line in Batch File:  "Exit"     Gregg Morrison   ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com

Re: Sharing Variables among Processes...

2005-08-24 Thread Gregg Morrison
g a Perl Variable among parent and child > processes. > Have you considered using a Global Environment variable? It is fast, transparent and is read/write by any process on the system. (I have not tried this in Perl, but I've used it in many windows apps

Re: building active perl from scratch

2004-06-21 Thread Gregg Morrison
uot;,$dummy); > > with active perl build 804 for win32 I obtain: > 2147483648 2147483648 > 4294967295 4294967296 > 4294967295 8589934592 > > and that version is not compiled with use64bitint set. > > the only thing that doesn't work seems to be %lld in printf.

Re: text analysis, or how to detect randchar()

2003-10-12 Thread Gregg Morrison
. I don't want a thousand requests for this and I am very busy (deadlines), but if you email me separately I can show you the code. Gregg Morrison ( [EMAIL PROTECTED] ) - Original Message - From: "Adam Ingerman" <[EMAIL PROTECTED]> To: <[EMA

Re: File Comparison

2003-09-05 Thread Gregg Morrison
lose files       This will be immensely faster than 'Brute force' method.         Hope this solves your problem.          Gregg Morrison (  [EMAIL PROTECTED] )       - Original Message - From: Kenneth Jideofor [ MTN - Ikoyi ] To: [EMAIL PROTECTED] Sent:

Re: Net::Telnet on winNT problems

2003-08-14 Thread Gregg Morrison
Gary, The following link might help you - Please note that this is NOT at all secure, but could show you a way to do what you want. This is Perl code that shows you 'howto' do some things and it only requires simple HTTP connection, so you don't have the time limits imposed by FTP or Teln