Hello,

I would like to parse ms .adm files. This files have a tree structure that look like

Category Name1
  category Name2
    categor Name3
      Policy pol1
        data lines here
        ...
      End policy
      Policy pol2
        data lines here
        ...
      End policy
    end category
    category Name4
.....

Is there a easy way to load this files as create a tree of the content of this type of file ? I need it to extract single policies including the category names they are embedded in.
The content of the single policies can be one object and must not be split.


Thanks
Andreas


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to