http://www.perlmonks.org?node_id=346095


in reply to Re: Apocalypse 12
in thread Apocalypse 12

program in a language where the value of an expression changes depending whether there's whitespace between tokens or not.

Like Perl 5?

print 3 . 5; print 3.5; print "$foo{bar}"; print "$foo {bar}";
And more. Still, I think you should not do the yeah-whatever thing. Instead of losing interest, read on to see this part:
And yes, I know certain people hate it. They can write their own grammar.
He means you.

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }