Deliantra MORPG |
Last change: 2007-10-15
Please see also the document I wrote for one of my presentations about PApp, which enumerates the most important features quite nicely.
<h1>Names and amounts</h1> <: my $st = sql_exec "select name, amount from ...", [\my($name, $amount]; while ($st->fetch) ?> Name: $name, Amount: $amount<p> <: :> <hr>That is, mixing html and perl at statement boundaries. )
%S
is automaticaly preserved
during the session. Everything you save there will be available in any
subsequent pages that the user accesses.__"
string"
, either in html or in the perl
source. The "poedit"-demo-application enables editing of the strings
on-line, so translaters need not touch any text files and can work
diretcly via the web."As for an explanation, I require perl5.6 because I require a whole lot of features of 5.6 (e.g. DB.pm, utf-8 support, "our", bugfixes, 3-argument open, regex improvements, probably many others, especially changes on the XS level). In the future it will likely require weak references, filehandle autovivification, the XSLoader for extra speed in rare circumstances... I don't want to backport this to older versions ;)"
Among other things, you need perl-devel.
--- CUT ---
Any questions/hints/critics? Contact the author of this page!