Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: poll ideas quest 2013

by McA (Priest)
on Mar 22, 2013 at 15:01 UTC ( [id://1024940]=note: print w/replies, xml ) Need Help??


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

There's one answer missing:

  • I'm using bare metal perl for generating python classes.

;-)

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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-18 06:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found