NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Can it be Abstracted from the XML Stuff? (Score:2)
—Theory
Re: (Score:2)
Of course why you would want a web server without XML::LibXML installed is beyond me
Re: (Score:2)
My thought is that it'd be cool if it was a Web server that supports plugins and nothing but a Web server that supports plugins.
Oh, another q: Would it be possible to allow plugins to be CPAN modules, and then we can just tell the Web server to use a CPAN module as the plugin for a particular Location.
—Theory
Re: (Score:2)
Just do:
Plugin Foo::Bar
and it loads it from @INC if the plugin name contains '::'.
Re:Can it be Abstracted from the XML Stuff? (Score:2)
—Theory
Reply to This
Parent