$fh = open_file($filename); while(<$fh>) { print; }
$hash{key} = open_file($filename); while(<$hash{key}>) { print; }