Rajesh Vattem wrote:
Hi,
I am trying to read and write to a file with a single file handle operation.
Could you please suggest a change in the below script so that it will change
one line of a file based on the pattern compared with (Presently, the script
doesn't work properly because I don't del
Rajesh Vattem wrote:
> Hi,
> I am trying to read and write to a file with a single file handle operation.
> Could you please suggest a change in the below script so that it will change
> one line of a file based on the pattern compared with (Presently, the script
> doesn't work properly because I
Hi,
I am trying to read and write to a file with a single file handle operation.
Could you please suggest a change in the below script so that it will change
one line of a file based on the pattern compared with (Presently, the script
doesn't work properly because I don't delete the already existi
Hi all,
I am trying to use this Win32:GUITest module for doing some GUI operations.
I observed that the script below fails when I execute the script as below.
perl auto.pl
Strangely, the script passes when I do auto.pl.
Can some one explain why is this so?
my $name = "^Utrantestmanager";
NAME=> "PONS ARUNRAM",
> EMAIL => "arunram\@pons.com",
> PROJECT => "AAA",
>CHECKEDOUTS => [
>
This little script will help you ;-)
Yves
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 8:18 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Perl - Mailing Related doubt [ Mail Merge ]
Dear friends,
I would
.
My doubt:
1. How will i form the message from the program itself ?
2.. Is it possible to send the mail without using any other
intermediate file to form the message.?
3. How can i use the format ( FORMAT Statements ) in the mailing
> Hello,
>
> I am a doubt in PerlIS. I read that if you install ActivePerl the PerlIS
> is installed with it. The only change that you have to do is save your
> script with the extension ".plx". I test it with a hello.plx script and
> its work but I don't know
From: Carl Jolley [mailto:[EMAIL PROTECTED]]
> On Mon, 13 May 2002 [EMAIL PROTECTED] wrote:
>
> > Dear friends,
> > When i am trying to process the flat database
> using the DB_File , it is giving the error like this ,
> > Cannot open C:\CC-LIC-USAGE\teams.txt: Fil
};
}
# Dump the complete database
while ( ($user, $team) = each %hist_db ) {
print "$user, $team\n" ;
}
untie %hist_db ;
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 13, 2002 5:01 AM
To: [EMAIL PROTE
Dear friends,
When i am trying to process the flat database using the DB_File , it is
giving the error like this ,
Cannot open C:\CC-LIC-USAGE\teams.txt: File exists
How will i get the values from the existing file. Is it possible or not.
Ex
What is not correct about the return value? Does it return any values?
Does it claim a syntax error? Are you cheching the error code returned by
the Sql() method?
Merrill
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.
On Sat, 29 Sep 2001 [EMAIL PROTECTED] wrote:
> Can u please let me know the error in this sql query , it does'nt
> return correct answer.
> $start = '12-Sep-2001' ; $end = '15-Sep-2001';
> I am using MS Access Database.
>
> select COUNT(*) from MEDIAREG WH
Dear All,
Can u please let me know the error in this sql query , it does'nt
return correct answer.
$start = '12-Sep-2001' ; $end = '15-Sep-2001';
I am using MS Access Database.
select COUNT(*) from MEDIAREG WHERE format( CDATE ,
'dd-mmm-') >= '$start'
dear Michael,
can u please let me know the possibel errors in my code.
Error i got is :
Can't call method " Range" on an undefined range at line .
code:
use strict;
use Win32::OLE;
use Win32::OLE::Const 'Microsoft Excel';
# uses the al
> -Original Message-
> From: Ron Hartikka [mailto:[EMAIL PROTECTED]]
> Sent: 09 November 2000 13:43
> To: perl win32 users; [EMAIL PROTECTED]
> Subject: RE: Slightly OT but probably very useful - Free
> (but, no doubt,
> totally illegal) ORA Perl books inc. "The
>>> If you believe that the free distribution of knowlege is theft
Have you thought through ANY of what you are saying? Do you really and
truly believe that we would have as many useful techincal books available to
us if the authors knew that after putting in a year or more of their lives
writi
>>> if you're not too concerned about the legal issues here,
You mean like theft?
Merrill
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
"erskine, michael" wrote:
>
> I am the proud owner of the O'Reilly & Associates "Programming Perl" (the
> camel book), "Perl Cookbook", and "Perl in a Nutshell", and I could not do
> without them. After hearing that they were available in (searchable)HTML on
> CD as part of the "Perl CD Bookshelf
REPLY SEPARATOR ***
On 11/9/2000 at 10:36 AM erskine, michael wrote:
>> -Original Message-
>> From: erskine, michael [mailto:[EMAIL PROTECTED]]
>> Sent: 09 November 2000 10:33
>> To: '[EMAIL PROTECTED]'
>> Subject: RE: Slightly OT but probably very u
I find that because the authors of the camel books gave me
a FREE computer language, and this and other groups gave me
so much FREE advice, I can now earn a living with perl and
afford to pay back that kindness by buy and not STEALING
their work.
You greedy )&£(**&"er.
Lee Goddard
_
Hi All---
I intend to look for files/directories in a particular
directory, say C:\TEMP. Upon finding these i need to
copy these to some other directory.
So far so good.
Problem arises bcos of the need to keep checking for
any new files in C:\TEMP...
Is some sort of daemon or cron available to kee
22 matches
Mail list logo