in reply to Re^3: my $x = <expr>; vs my $x; $x = <expr>;
in thread my $x = <expr>; vs my $x; $x = <expr>;

That was just a mistake. Thanks for catching it. scalar is not necessary here, btw, because my $x = already provides scalar context.

Makeshifts last the longest.

  • Comment on Re^4: my $x = <expr>; vs my $x; $x = <expr>;