Trap 4 - somewhat obscure 

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