RE: FireFox Watch....

2006-03-07 Thread Mulley, Nikhil
Exactly , I am doing it from past 2 days on my machine , but failing on remote machines. And I am not sure which version of Firefox is being used by the user,( I do not want to hard code the Firefox Version number to search for in the script ) So , being Little lazy abt it Any way

RE: ActivePerl 5.8.7.815 released

2006-03-07 Thread Hicks, Robert
I would have thought the next one would have been based on Perl 5.8.8? Or is it too soon for that one? Robert ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Security Guidance for Perl on IIS 6.0

2006-03-07 Thread Chris Wagner
AFAIK that is handled by the perl module in the webserver. And I strongly recommend using Apache instead of Insecure Internet Services. The Apache manual should give u everything u need. The security comes from how Perl is invoked, it doesn't have anything to do with Perl itself.

old messages?

2006-03-07 Thread Chris Wagner
Did anyone else also just receive a boat load of old messages from the list? I've got about 25 and more coming. They go back to October. And the really funny thing about it is they're all from threads I participated in. I checked out the headers and they're originating from mail.mytravelweb.net

RE: Remote Execution, Something Simple Needed

2006-03-07 Thread Anderson, Mark \(Service Delivery\)
Win32::KillProcess http://www.perlmonks.org/index.pl?node_id=336024 Kind regards, Mark Anderson SMS Deployment The Royal Bank of Scotland 113 Dundas Street, Edinburgh, EH3 5DE http://www.manufacturing.rbs.co.uk/GTrswi/ -Original Message- From: Daniel Wilson [SMTP:[EMAIL PROTECTED]

RE: outlook address book

2006-03-07 Thread Paul Sobey
Greets, does anyone know of a module or WMI/OLE method that will let u interact with the Outlook global address list? Or an offline copy thereof? I want to be able to search fields for usernames and bring back all the info. The various MAPI interfaces (CDO and the like) will do the job

RE: HTTP synch

2006-03-07 Thread Conor Lillis
Title: RE: HTTP synch Thanks to all who suggested the wget -m option, it is just the ticket ! Must read the man file more closely in future Must read the man file more closely in future Must read the man file more closely in future.. -Original Message- From: Darryl Ross

RE: ADSI OLE and PERL

2006-03-07 Thread Gerber, Christopher J
-Original Message- Hi all- Hi Allen! I am new to the OLE module and relatively fresh to ADSI. I am in an odd situation with a product called Aelita owning my world; bottom line is I can only make changes with ADSI not api calls. I am trying to write a script that will change a

HTTP synch

2006-03-07 Thread Conor Lillis
Title: HTTP synch Hi, I have a script that uses shells to run a wget command, in order to synch a web site with a local folder. The web site is the source and the local folder is the destination. Currently it just blindly copies the website down to the local folder without performing any

Bitmap Display

2006-03-07 Thread henry
OK folks, here's my dilemma. I'm not a TK or Win32:GUI user and am not sure ifthey arethe right tools for this. I'm trying to display a bitmap with a JPG/BMP/GIF file to tell people to wait while the script runs. I'd also like to include a little caption below the pic. I guess I'm looking to

RE: FireFox Watch....

2006-03-07 Thread Adam R. Frielink
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mulley, Nikhil Sent: Monday, October 18, 2004 5:32 AM Exactly , I am doing it from past 2 days on my machine , but failing on remote machines. And I am not sure which version of Firefox is being used by

PPM experience

2006-03-07 Thread Gary D Trosper
A confusing PPM experience I'm running PPM v3.1 and ActiveState-Perl v5.8.0 MSwin32-x86-multi-thread on a WindowsXP system I recently needed to do some PDF work so I located PDF::Xtract on CPAN. I decided to try ppm (first timer) ppm install PDF::Xtract - Installation successful perl

RE: Remote Execution, Something Simple Needed

2006-03-07 Thread Anderson, Mark \(Service Delivery\)
Try addnig the path to your PATH use Env; $Env{PATH}.= ... Kind regards, Mark Anderson SMS Deployment The Royal Bank of Scotland 113 Dundas Street, Edinburgh, EH3 5DE http://www.manufacturing.rbs.co.uk/GTrswi/ -Original Message- From: Lloyd, Steve [SMTP:[EMAIL PROTECTED] Sent:

Perl in TextPad

2006-03-07 Thread Eric Edwards
Title: Message Hello List, Got my Perl in TextPad configuation problem resolved. I was putting my program path on the wrong line. Thanks to all who replied for the help. Eric ___ Perl-Win32-Users mailing list

RE: Bitmap Display

2006-03-07 Thread henry
Ken, Thanks. That works just fine for me. -Henry From: Ken CornetetSent: Thu 2/24/2005 9:55 AMTo: henry; perl-win32-users@listserv.ActiveState.com; perl-win32-admin@listserv.ActiveState.comSubject: RE: Bitmap Display Drive IE via OLE use strict; use Win32; use Win32::OLE; my $ie =

RE: ActivePerl 5.8.7.815 released

2006-03-07 Thread Jan Dubois
On Tue, 07 Mar 2006, [EMAIL PROTECTED] wrote: I would have thought the next one would have been based on Perl 5.8.8? Absolutely. It seem like someone is resending a bunch of old messages directly to the recipients listed in the headers. I've filtered out about 50 messages so far. They all

RE: old messages?

2006-03-07 Thread Steven Manross
I was seeing the same behavior, but hadn't looked to see where it was coming from. Yes, I am getting old mail that I participated in -- for about 2 or 3 hours now. Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Wagner Sent:

RE: Change network interface parameters via Perl

2006-03-07 Thread John Serink
You could just use netsh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sobey Sent: Monday, February 28, 2005 7:18 PM To: Perl-Win32-Admin Cc: Perl-Win32-Users Subject: RE: Change network interface parameters via Perl Assuming you

RE: Remote Execution, Something Simple Needed

2006-03-07 Thread Anderson, Mark \(Service Delivery\)
You also need to remember to specify a UNC path as follows: server\\share\\path\\to\\file.exe rather than //server/share/blah or \\server\share Kind regards, Mark Anderson SMS Deployment The Royal Bank of Scotland 113 Dundas Street, Edinburgh, EH3 5DE

Re: Scanning a zip file without expanding it

2006-03-07 Thread Foo Ji-Haw
Craig Cardimon wrote: Is there a way to see the filenames in a *.zip file, open the files, and search their contents without extracting that *.zip file? I'd appreciate a gentle push in the right direction. Try Achive::Zip ___ Perl-Win32-Users

Re: ActivePerl 5.8.7.815 released

2006-03-07 Thread $Bill Luebkert
Hicks, Robert wrote: I would have thought the next one would have been based on Perl 5.8.8? Or is it too soon for that one? You guys are responding to emails that are several months old and are somehow re-entering the system today. Check the dates on these emails before replying to them.

RE: old messages?

2006-03-07 Thread Chris
Did anyone else also just receive a boat load of old messages from the list? I've got about 25 and more coming. They go back to October. And the really funny thing about it is they're all from threads I participated in. I checked out the headers and they're originating from mail.mytravelweb.net

Re: outlook address book

2006-03-07 Thread Foo Ji-Haw
Chris Wagner wrote: Greets, does anyone know of a module or WMI/OLE method that will let u interact with the Outlook global address list? Or an offline copy thereof? I want to be able to search fields for usernames and bring back all the info. Try the MAPI interface. To get you started: my

Re: Perl Command Line Interpreter problem

2006-03-07 Thread Foo Ji-Haw
I'm using Perl 5.8.3.809 on a machine running Windows XP Professional. I'm processing text files of various sizes. The one that is giving me problems is 22.5 MB. One of my co-workers suggested a memory leak. I think I've plugged all the possible memory holes, but this file still sinks the

Re: PPM experience

2006-03-07 Thread Foo Ji-Haw
I understand your confusion. If I were to ppm install Underworld-Revolution I will expect to: use Underworld::Revolution; and not use Revolution; Gary D Trosper wrote: A confusing PPM experience I'm running PPM v3.1 and ActiveState-Perl v5.8.0 MSwin32-x86-multi-thread on a WindowsXP

Re: Processing only certain sections of a file

2006-03-07 Thread Foo Ji-Haw
You mean: while ($wholefile =~ /TEXT(.*?)\/TEXT/sig) { # do your stuff } Craig Cardimon wrote: I have this logic to follow: while(FILE) { if(/START/ .. /END/) { # process line } } I found this logic in an article (http://www.perl.com/pub/a/2004/06/18/variables.html)

Re: PPM experience

2006-03-07 Thread Sisyphus
- Original Message - From: Gary D Trosper . perl -e use PDF::Xtract; - Can't locate PDF/Xtract.pm in @INC That should have worked. perl -e use Xtract; - no problema That should *not* have worked. The errors were all my own and mostly syntactical in nature.

Re: Bitmap Display

2006-03-07 Thread Foo Ji-Haw
henry wrote: OK folks, here's my dilemma. I'm not a TK or Win32:GUI user and am not sure if they are the right tools for this. I'm trying to display a bitmap with a JPG/BMP/GIF file to tell people to wait while the script runs. I'd also like to include a little caption below the pic. I guess

Re: old messages?

2006-03-07 Thread Foo Ji-Haw
Yup. I got a load of 'em too. Guess the mailing list server screwed up. ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: old messages?

2006-03-07 Thread John Serink
Yup. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sent: Wednesday, March 08, 2006 6:55 AM To: 'Chris Wagner'; perl-win32-users@listserv.ActiveState.com Subject: RE: old messages? Did anyone else also just receive a boat load of old

Suddenly getting old messages?

2006-03-07 Thread Ted Schuerzinger
Is anybody else suddenly getting old messages from the list? This morning I got an old response to a question I posted in November of 2004, and this evening, I've received messages dating between June 2004 and July 2005. I'm just curious to know whether the list is acting up, or whether