Help for this page
while (my @CFG = <CFGFILE>) { ... } print ... }
my @CFG = <CFGFILE>; ... } print ...
while (<CFGFILE>) { ... print ... }