Chris Wagner wrote:
> At 05:52 PM 5/19/2006 -0700, $Bill Luebkert wrote:
>
>>That's not the problem - he's only changing the first \.
>
>
> His regex does need the g but he said he was getting output of
> C:/path/with\new/content. All slashes fixed except the one before n.
> Carter are u sure
At 05:52 PM 5/19/2006 -0700, $Bill Luebkert wrote:
>That's not the problem - he's only changing the first \.
His regex does need the g but he said he was getting output of
C:/path/with\new/content. All slashes fixed except the one before n.
Carter are u sure u stated ur problem right? With the r
Timothy Johnson wrote:
> For that you can use the \Q and\E operators
>
>/\Q^Root:\s+(.*)$\E/;
>
> Check out 'perldoc perlre'
That's not the problem - he's only changing the first \.
The problem is his RE is:
$root =~ s/\\/\//;
and should be:
$root =~ s/\\/\//g;
> From: [EM
For that you can use the \Q and\E operators
/\Q^Root:\s+(.*)$\E/;
Check out 'perldoc perlre'
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Carter Thompson
Sent: Friday, May 19, 2006 4:37 PM
To: Perl Users
Subject: mistaken newline
Root: C:
At 03:21 PM 5/19/2006 -0700, Timothy Johnson wrote:
>The SYSTEMMODAL flag should be enough. It won't disable all of the
>other windows, but it will be on top of all other windows and won't go
>away until it is acknowledged. If you want to be really sure they
>acknowledge it, you could make a real
Hi,
I've got a script that reads in the contents of a file and then
parses out the
interesting bits for later use. One of the interesting bits is a key
value pair
that's the root to a directory which I'll need to access. It looks
like so:
Root: C:\path\with\new\content
The problem
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Lyle Kopnicky
Sent: Friday, May 19, 2006 2:38 PM
To: Jack D.
Cc: Perl-Win32-Users@listserv.ActiveState.com
Subject: Re: A system modal dialog box?
> The end-users have a time limit to use the system. They
Jack D. wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Lyle Kopnicky
Sent: May 18, 2006 6:41 PM
To: Perl-Win32-Users@listserv.ActiveState.com
Subject: A system modal dialog box?
Hi folks,
I need to create a dialog box in my application that p
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Lyle Kopnicky
> Sent: May 18, 2006 6:41 PM
> To: Perl-Win32-Users@listserv.ActiveState.com
> Subject: A system modal dialog box?
>
> Hi folks,
>
> I need to create a dialog box in my application th
The unsubscribe instructions are located at the bottom of every email
that comes through this list. No one can unsubscribe you, you have to
do it for yourself.
Bill in Brooklyn
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Pham, Tom
Sent: Friday, May
Please remove me out of mailing list
Thanks
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Yekhande, Seema (MLITS)
Sent: Friday, May 19, 2006 8:12 AM
To: A. Pollock; perl-win32-users@listserv.ActiveState.com
Subject: RE: Reading mail box.
I still could
I'm pretty sure you need to provide a password. It would be the password
attached to the Outlook profile.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Yekhande, Seema (MLITS)
Sent: Friday, May 19, 2006 9:12 AM
To: A. Pollock; perl-win32-users@listserv.Ac
I still could not able to read the mail box.
By using OutlookReader.pm I, have written a program like this,
use Cardinal::OutlookReader;
$profileName = '[EMAIL PROTECTED]';
$_mailbox = 'Microsoft Outlook';
$password = '';
$_targetFolder = "InBox";
my $manager =
Cardinal::OutlookReader->new('',$pr
13 matches
Mail list logo