parse an irregular xml file

2004-11-11 Thread tao wang
Hi all, I'm trying to parse an irregular xml file, and the file is like the following: 11-09 17:17:10.526 startup/ [LCL:1100038630] 11-09 17:17:13.230 cvsr name=sotr current=2004-11-09 rated=2004-11-07 status=ABC/ [LCL:1100038633] 11-09 17:17:13.230 cvsr name=tbbc current=2004-11-07

Re: substring problems

2003-03-19 Thread tao wang
|A_END|B_OPTIONS to store all the alternatives, and tried to use my @values = $line =~ /$op.*$op/g; But didn't work as i expected. Are there any problems. please help me with it. thanks again. - tao --- Rob Dixon [EMAIL PROTECTED] wrote: Tao Wang

Re: substring problems

2003-03-19 Thread tao wang
no special order. thanks. - tao --- Wiggins d'Anconia [EMAIL PROTECTED] wrote: tao wang wrote: thanks a lot. But there is one problem - this is my fault. The KEY1, KEY2 don't exactly look like this. There are six KEYS. Three are related to KEYS, but the rest of them are A_BEG

Re: substring problems

2003-03-19 Thread tao wang
thanks a lot. - tao --- John W. Krahn [EMAIL PROTECTED] wrote: Tao Wang wrote: thanks a lot. But there is one problem - this is my fault. The KEY1, KEY2 don't exactly look like this. There are six KEYS. Three are related to KEYS, but the rest of them are A_BEG A_END, B_OPTIONS

substring problems

2003-03-18 Thread tao wang
Hi Everyone, I'm having a problem with extracting certain strings within a line. I tried several ways, but not very inefficient. Can somebody help me with it? thanks a lot. The line might be one of the following: KEY1 3 4 T KEY2 KEY1 3 4 T KEY2 456 67 KEY3 KEY1 3 4 T KEY2

RE: how to detect a circular macro by using perl

2003-03-03 Thread tao wang
thanks a lot. I'll try. :) --- Beau E. Cox [EMAIL PROTECTED] wrote: Hi Tao, -Original Message- From: tao wang [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 9:49 AM To: [EMAIL PROTECTED] Subject: how to detect a circular macro by using perl Hi Everyone

how to detect a circular macro by using perl

2003-03-01 Thread tao wang
Hi Everyone, I'm trying to parse lines of macros definitions as following: AV $(G)/er $(M)/q $(T)/w/f Gter/eee M$(W) Tg/ee/fet W$(AV) You can see the AV is actually a circular macro since the AV - M - W- AV. I'm think about create a tree to do it. Is it possible? and how

pattern match problem

2003-02-13 Thread tao wang
hi, I'm trying to write a script to match a pattern like this: 1.10 I wrote [\d.]+, but this also match with pattern ... , which has no number in it. Could somebody help me with it? I'm new to perl and scripts. thanks a lot. - tao __

write a parser using perl

2003-01-25 Thread tao wang
Hi everyone, I'm new to Perl. Does anyone have experence with writting parser by perl? Any places i can find some examples? thanks a lot. - tao __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: write a parser using perl

2003-01-25 Thread tao wang
thanks. I need parse a text file, which is like a text database file, but not very structured. many thanks. --- Wiggins d'Anconia [EMAIL PROTECTED] wrote: tao wang wrote: Hi everyone, I'm new to Perl. Does anyone have experence with writting parser by perl? Any places i can find