in reply to Re: Re: parsing config file
in thread parsing config file

>> without using a module :)

Here's one way ;-)

#! perl -w use strict; # your code goes here ...
Rudif