Parsing the File path ( Help regarding Regular Expression )

2002-06-18 Thread ponnam . balam
Dear friends, *** Thanks to Bill for giving this code. I AM NOT ABLE TO PARSE THE PATH HAVING DIRECTORY AND SUBDIRECTORY WITH THE SAME NAME *** code : -- my @dirs = ('d:\temp\pons\pons2\vobs1\dir1\dir2\vobs2\fubar.html',

Re: Catching binary ouput

2002-06-18 Thread Sisyphus
- Original Message - From: $Bill Luebkert [EMAIL PROTECTED] I *have* had runs of 50 32's, but often there's a sprinkling of 33's throughout. (Try about 500 iterations and there should be at least one 33 ). I'm not seeing that. Wonder why that is ? Are you running the code for

Flame Troll

2002-06-18 Thread Lee Goddard
Okay, all of you - outside in the carpak NOW Lee Goddard perl -e while(1){print rand0.5?chr 47:chr 92} ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Windows PID

2002-06-18 Thread Ember Normand
It seems that Active State has not implemented getppid. Any hints on how I can get the PID that is in the Windows Task Manager? Thank you, Ember ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe:

RE: Windows PID

2002-06-18 Thread Joe Schell
-Original Message- Behalf Of Ember Normand It seems that Active State has not implemented getppid. Any hints on how I can get the PID that is in the Windows Task Manager? The Parent Process Id? The task manager in windows NT doesn't have that. And I don't think Win 9x has a pid

Task Manager (was: Windows PID)

2002-06-18 Thread Peter Eisengrein
Title: Task Manager (was: Windows PID) what about memory/cpu utilization on 95/98/ME, is there a way to get that similar to NT's Task Manager? -Original Message- From: Joe Schell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 12:25 To: Ember Normand; [EMAIL PROTECTED]

RE: Task Manager (was: Windows PID)

2002-06-18 Thread Peter Guzis
It *might* be possible using 16-bit calls, but I doubt it. On the surface NT/2000 and 95/98/ME may look very similar, but once you lift up the hood you'll see that under 9x someone has swapped your V8 for a 4-cylinder. With that said, there is a freeware program out there called Win9x/ME

(no subject)

2002-06-18 Thread Cai_Lixin
I would like to know where can I find document for Win32::initiateSystemShutdown? My boss wants it. Thanks Lixin ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Parsing the File path ( Help regarding Regular Expression )

2002-06-18 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: Dear friends, *** Thanks to Bill for giving this code. I AM NOT ABLE TO PARSE THE PATH HAVING DIRECTORY AND SUBDIRECTORY WITH THE SAME NAME *** code : -- my @dirs =