jhthorsen / docsis-configfile

Perl module that decodes and encodes DOCSIS config-files
https://metacpan.org/release/DOCSIS-ConfigFile
11 stars 3 forks source link

docsis text file to perl structure #8

Closed p-alik closed 7 years ago

p-alik commented 7 years ago

Does your implementation provide a possibility to read a docsis text file into perl structure like hash?

jhthorsen commented 7 years ago

No. What you can do is to run that file through the "docsis" binary application and then parse the binary file with this perl module.