Hello Gerald and all -
I have been testing with Apache2.1/mod_perl 2 and found that the following
two patches are necessary for Embperl to run under Apache2.1.
Both patches have been sucessfully tested under Apache2.0 and Apache2.1.
1) epapfilter.c - 'APR_BRIGADE_FOREACH' has been depreciated an
[EMAIL PROTECTED] wrote:
> Hello all,
> Suppose I have a component hosts.epl and I call it within a tag as href="/hosts.epl?OS=solaris;type=server">, then how can I reference
> those arguments inside the hosts.epl component..? Thanks in advance
> for your help.
>
$fdat{OS}
$fdat{server}
Gerald