RE: what's wrong in systax

2001-05-08 Thread King, Jason
icemen to kill all cats running at large. - http://dumblaws.com/ >-Original Message- >From: Jos I Boumans [mailto:[EMAIL PROTECTED]] >Sent: Wed 9 May 2001 09:05 >To: Anshu Anshu; [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: what's wrong in systax > > >

Re: what's wrong in systax

2001-05-08 Thread Jos I Boumans
scaped for the regex. Regards, Jos Bouamns - Original Message - From: "Anshu Anshu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 11:36 PM Subject: Re: what's wrong in systax > Thanks for reply. below is

Re: what's wrong in systax

2001-05-08 Thread Anshu Anshu
f uninitialized value in substitution (s///) at gen_job.pl line 35. Thanks AS - Original Message - From: "Jeff Pinyan" <[EMAIL PROTECTED]> To: "Anshu Anshu" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 5:28 PM Subje

Re: what's wrong in systax

2001-05-08 Thread Jeff Pinyan
On May 8, John Joseph Trammell said: >On Tue, May 08, 2001 at 05:24:10PM -0400, Anshu Anshu wrote: >> 22 while () { >> 23 if (/$LOCTAG/i) { >> 24 ($curloc) = /VALUE="([^"]+)"\s*\w*>/i; >> 25 $location .= "${curloc}::"; >> 26 } >> 27 >> 28

Re: what's wrong in systax

2001-05-08 Thread Jeff Pinyan
On May 8, Anshu Anshu said: > 22 while () { >23 if (/$LOCTAG/i) { >24 ($curloc) = /VALUE="([^"]+)"\s*\w*>/i; >25 $location .= "${curloc}::"; >26 } >27 >28 if (/$TYPETAG/i) { >29 ($curtype) = /VALUE="([^"]+)">/i; >30

Re: what's wrong in systax

2001-05-08 Thread John Joseph Trammell
On Tue, May 08, 2001 at 05:24:10PM -0400, Anshu Anshu wrote: > 22 while () { > 23 if (/$LOCTAG/i) { > 24 ($curloc) = /VALUE="([^"]+)"\s*\w*>/i; > 25 $location .= "${curloc}::"; > 26 } > 27 > 28 if (/$TYPETAG/i) { > 29 ($curtyp