Richard Asplin wrote:
>
> Everytime I run a script now, I get this printed to the error log...
>
> "[Tue Aug 7 18:12:07 2001] [error] Insecure dependency in eval while
> running with -T switch at /opt/perl5/lib/site_perl/5.6.1/Apache/ASP.pm line
> 2727.
> Apache::ASP::GlobalASA::new('Apa
raptor wrote:
>
> <%# &my:preif() %>
>
> <%# &my:preelse() %>
>
>
>
> Will my::preif and my:preelse have the access to the HTML code in their
> container ..?
>
At compile time, this type of functionality might have access
to the ASP code in its container as a string only.
> > I
Sven Köhler wrote:
>
> Hi all,
>
> this Apache::ASP-Extension is a really nice thing - many usefull
> API-Extensions show that you really thought about what you do ...
>
> but there is one big thing:
> i hate the UNIX-style 'let's create a file'-thing...
> i think Apache::ASP ist storing the se
Hi all,
this Apache::ASP-Extension is a really nice thing - many usefull
API-Extensions show that you really thought about what you do ...
but there is one big thing:
i hate the UNIX-style 'let's create a file'-thing...
i think Apache::ASP ist storing the session and the application-object in
fi
> What I mean by post processing is for a tag like this
>
>
> some HTML
> <% # ASP code block %>
>
>
> The &my::tag() sub executes after the contained HTML & ASP
> do, so that its $HTML in $_[1] is static output from the
> wrapped ASP/HTML. You don't get any function executing
> as a prepro
Hi :-)
I seem to have a problem now I've enabled "PerlTaintCheck On" in my
httpd.conf... I've tried putting the "$MLDBM::RemoveTaint = 1;" line
everywhere along with a few lines to sanitise $ENV{PATH}, and have now left
those lines in the global.asa file so it is run every time an ASP file is
in
> What I mean by post processing is for a tag like this
>
>
> some HTML
> <% # ASP code block %>
>
>
> The &my::tag() sub executes after the contained HTML & ASP
> do, so that its $HTML in $_[1] is static output from the
> wrapped ASP/HTML. You don't get any function executing
> as a prepro