Vo, Synh writes:
> I changed the code and still got errors.
[...]
> print NEW "grant select , update, delete, insert on " $item "
> user;" ;
[...]
> syntax error at grant.pl line 13, near ""grant select , update, delete,
> insert on " $item "
> String found where operator expected at g
James,
Thanks for the help. The qq worked nicely.
Synh
-Original Message-
From: Kipp, James [mailto:James.Kipp@;mbna.com]
Sent: Friday, October 25, 2002 2:29 PM
To: Vo, Synh; [EMAIL PROTECTED]
Subject: RE: read from a file
you need to escape your quotes in the sql statment, or use
25, 2002 1:46 PM
> To: [EMAIL PROTECTED]
> Subject: RE: read from a file
>
>
> I changed the code and still got errors.
>
>
>
> use strict;
>
>
> open(FILE, "< obj.list") or die "can't open file : $! " ;
> open(NEW, &quo
line 24, at end of line
syntax error at grant.pl line 24, at EOF
Execution of grant.pl aborted due to compilation errors.
-Original Message-
From: Kipp, James [mailto:James.Kipp@;mbna.com]
Sent: Friday, October 25, 2002 12:20 PM
To: Vo, Synh; [EMAIL PROTECTED]
Subject: RE: read from a file
>
"Synh Vo" <[EMAIL PROTECTED]> wrote in message
news:1779CE9992706F45BDC9575124A5AAE51BFC41@;a0001-xpo0114-s.hodc.ad.allstate
.com...
> Hi,
>
> I'm trying to read from a file and based on the some of the matched info,
> print out certain statements. This is prob
>
> I'm trying to read from a file and based on the some of the
> matched info,
> print out certain statements. This is probably very easy for
>
> open(FILE, "< obj.list") or die "can't open file : $! " ;
> open(NEW, "> ne
Hi,
I'm trying to read from a file and based on the some of the matched info,
print out certain statements. This is probably very easy for the folks here.
open(FILE, "< obj.list") or die "can't open file : $! " ;
open(NEW, "> new.list");
nt "found\n";
} else {
print "not found\n";
}
-Original Message-
From: Qiang Qiang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:46 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: To read from a file using RegExp
I have a file as follows
success }
Good Luck!
Matt
-Original Message-
From: Qiang Qiang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 10:46 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: To read from a file using RegExp
I have a file as follows:
.SUBCKT JTJTAG Z@@793 Z@@753 Z@@109 Z@@86 Z@@
-
From: Qiang Qiang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 10:46
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: To read from a file using RegExp
I have a file as follows:
.SUBCKT JTJTAG Z@@793 Z@@753 Z@@109 Z@@86 Z@@15 Z@@296 Z@@61 Z@@207 Z@@135
+ Z@@275 Z@@313 Z@@1134 Z@@232
I have a file as follows:
.SUBCKT JTJTAG Z@@793 Z@@753 Z@@109 Z@@86 Z@@15 Z@@296 Z@@61 Z@@207 Z@@135
+ Z@@275 Z@@313 Z@@1134 Z@@232 Z@@184 Z@@162 Z@@976 Z@@1014 Z@@253 Z@@954
Z@@39
+ Z@@138 Z@@622 Z@@1060 Z@@405 Z@@368 Z@@735
"Z@@xxx" stands for a node.
What I need to do is that read every no
11 matches
Mail list logo