
samuel_1
New User
Mar 1, 2009, 12:23 AM
Views: 2684
|
Re: [FishMonger] Perl grammer help
|
|
|
I was looking for how to validate input data only look into if there is BEGIN and END blocks. this should be possible with Parse::RecDescent ? Data::Domain ? should know that second block is missing the required data sets and does not have END ============================= BEGIN begindata1set data1 data2 data3 datax datay dataz enddata1set begindata2set data1 data2 data3 datax datay dataz enddata2set END BEGIN begindata1set data1 data2 data3 BEGIN begindata1set data1 data2 data3 datax datay dataz enddata1set begindata2set data1 data2 data3 datax datay dataz enddata2set END thanks for help
(This post was edited by samuel_1 on Mar 1, 2009, 12:32 AM)
|