Re: afterquoting (was: Friday Morning Fun)
--On Friday 21 September 2001 14:35 +0100 Robin Houston <[EMAIL PROTECTED]> wrote: > This discussion has given me an idea for an unusual (but valid) way > of quoting strings. For example: > > use strict; > my $x = hello =>; > print $x > Oooh! Sick and twisted :-) But also surely only wo
afterquoting (was: Friday Morning Fun)
This discussion has given me an idea for an unusual (but valid) way of quoting strings. For example: use strict; my $x = hello =>; print $x