in reply to Re: Worst thing you ever made with Perl
in thread Worst thing you ever made with Perl

I've never disputed that '$foo {bar}' is a single scalar value. But so are '$_ x 5' and '-M $0'. Just the fact that expressions result in single scalar values, doesn't mean one can't sprinkle whitespace between tokens to make things more readable.

Abigail

  • Comment on Re: Worst thing you ever made with Perl