open(frame,$filename) or die "Couldnt open '$filename': $!"; while() { print "$_\n"; }