Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: poll ideas quest 2013

by tobyink (Canon)
on Mar 22, 2013 at 16:49 UTC ( [id://1024961]=note: print w/replies, xml ) Need Help??


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

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1024961]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-03-19 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found