LPW: Froody
Mark Fowler
mark at twoshortplanks.com
Mon Nov 28 15:59:47 GMT 2005
Here's a link to the Froody module that I talked about during my impromptu
London Perl Workshop talk/live demo:
http://search.cpan.org/dist/Froody/
I highly recommend you start reading the quick start guide:
http://search.cpan.org/dist/Froody/lib/Froody/QuickStart.pod
The *really* funky thing I showed you all was Froody::CodeGen (that
created stub Perl code automatically from the XML.) That's not ready for
CPAN yet, and I'm afraid to say that the Fotango opensource SVN repository
is in a mess atm. I'll put it somewhere useful soonish, I swear.
What's that you say? You want slides? Okay, I can point you at Stig's
slides that he presented at the Nordic Perl Workshop (note, these are
*not* what I demoed on the day)
http://brautaset.org/wp-content/works/Froody.pdf
These at least show you how to use Froody from within a CGI script or
mod_perl server (which I didn't have time to go into on Saturday - I used
the standalone server)
Have fun.
Mark.
--
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, mark at twoshortplanks.com, http://twoshortplanks.com/};
More information about the london.pm
mailing list