Re: read from a file

2002-10-27 Thread K Pfeiffer
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

RE: read from a file

2002-10-25 Thread Vo, Synh
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

RE: read from a file

2002-10-25 Thread Kipp, James
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

RE: read from a file

2002-10-25 Thread Vo, Synh
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 >

Re: read from a file

2002-10-25 Thread Todd Wade
"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

RE: read from a file

2002-10-25 Thread Kipp, James
> > 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

read from a file

2002-10-25 Thread Vo, Synh
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");

RE: To read from a file using RegExp

2001-08-07 Thread Russell Kroboth
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

RE: To read from a file using RegExp

2001-08-07 Thread Matt Crapo
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@@

RE: To read from a file using RegExp

2001-08-07 Thread Wagner-David
- 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

To read from a file using RegExp

2001-08-07 Thread Qiang Qiang
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