Help for this page
open(CONFIG, $_[0]) or die "Could not open config file $_[0]\n";
open(CONFIG, "<$_[0]") or die "Could not open config file $_[0]\n" +;