> Hello everyone,
>
> Maybe it is not clear in the subject but let me explain my question. Here
is
> what i want to do:
> The browser requests a page that does not actually exist and should be
> outputed directly from a db or other kind of storage. The browser requests
a
> page for example (/artic
Hello everyone,
Maybe it is not clear in the subject but let me explain my question. Here is
what i want to do:
The browser requests a page that does not actually exist and should be
outputed directly from a db or other kind of storage. The browser requests a
page for example (/article/2001/11/30
Hey Gerald!
You made a small mistake in the documentation:
EMBPERL_INPUT_FUNC
EXAMPLE for an input function which does just the same as Embperl
sub Input
{
my ($r, $in, $mtime) = @_ ;
open F, $r -> filename or return NOT_FOUND ;
local $\ = undef ;
$$in = ;
close F