in reply to Re^2: *FOO{THING} syntax used on a lexical variable
in thread *FOO{THING} syntax used on a lexical variable

my $sc = <fh>;

print $sc;
  • Comment on Re^3: *FOO{THING} syntax used on a lexical variable