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


in reply to Re: poll ideas quest 2013
in thread poll ideas quest 2013

There's one answer missing:

;-)

Excuse me, it's Friday
McA

Replies are listed 'Best First'.
Re^3: poll ideas quest 2013
by tobyink (Canon) on Mar 22, 2013 at 16:49 UTC

    I once wrote PHP which generated ASP+VBScript code as output. These PHP scripts were run through the PHP command-line client (not Apache mod_php) which was called from a Perl script, triggered by cron.

    String escaping was... err... "fun".

    package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name