You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by savimonty <sa...@donboscoit.ac.in> on 2006/04/14 13:07:10 UTC

Re: Calling $Response->Write from perl

Joshua Chamas wrote ... 

>If you want more fine grain control, you can look into how it executes,
>and the core of this is:
>
>$r = Apache::ASP::CGI->init($file, @script_args);
>$0 = $file; # might need real $0 in $Config
>eval $Config;
>$@ && die("can't eval config error: $@");
>$r->dir_config->set('NoState', 0) if $opt_s;
>...
>&Apache::ASP::handler($r);

Where am I to place this snippet...?

Well, I need to clarify this further ... I agree that I have to fake ... but
I do not want to execute asp files here!
I want to simply use the asp-perl objects as a simple perl code.

I hope I am making this clearer ...
Thanks.

Regards,
Savio
--
View this message in context: http://www.nabble.com/Calling-%24Response-%3EWrite-from-perl-t1410025.html#a3915167
Sent from the Apache - Asp forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org