What server would you serve your WebPerl+script from, and why can't that server directly serve your Mojolicious::Lite app?
Also, making outgoing TCP connections (like which are needed for any networked database driver) is not implemented in WebPerl (I think).
Another problem is building WebPerl with the database driver. WebPerl is a statically linked Perl and that means any module that needs a C compiler (like almost any DBD:: module) needs to be compiled into that Perl at build time.
In reply to Re: Mojolicious::Lite and Webperl
by Corion
in thread Mojolicious::Lite and Webperl
by frazap
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |