in reply to Re: Re: parsing config filein thread parsing config file
Here's one way ;-)
#! perl -w use strict; # your code goes here ... [download]