my $text; # but see above ;-) { local( $/, *FH ) ; open( FH, '<', 'aws.json' ); $text = ; } # $/ restored to default here # FH is an empty typeglob in the symbol table