http://qs321.pair.com?node_id=272930


in reply to uninitialized value warning in reading file

Use this construct for looping
while(defined($_=<FH>)){
and you should be fine.