Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: More than just a config file

by fruiture (Curate)
on Mar 05, 2003 at 19:39 UTC ( [id://240677]=note: print w/replies, xml ) Need Help??


in reply to More than just a config file

There's probably no module for that particular format available, because it is your very invention ;). You'll have to parse on your own, but that needn't be too hard. If you can simplify the format so that regular expressions suffice, they'll do it. If you don't want to simplify, keep stuff extensible and maintainable, use Parse::RecDescent, it will do the parsing for you according to an easy-to-write grammar (you can also create very complicated things, but you don't want to).

--
http://fruiture.de

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://240677]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (12)
As of 2024-04-23 14:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found