Hi all, I've done my searches and haven't found an answer yet, so I'm
hoping someone here can help me...
This thread:
http://www.gossamer-threads.com/lists/modperl/modperl/58724?search_string=ICY;#58724
Describes how to implement $r->assbackwards in an Apache module in order
to pass through th
Geoffrey Young wrote:
Excellent... B-b-b-but how do I create/access $r (the RequestRec object)
in a perl script?
my $r = shift;
Wow, in hindsight, that's pretty obvious. I just didn't think that
because it applies to modules it would apply to scripts. Learn something
new every day!
if
Joshua Cantara wrote:
> Geoffrey Young wrote:
>
>> it shouldn't matter if you're using a .pm or a .pl, as long as the .pl is
>> run through ModPerl::Registry.
>
>
> Excellent... B-b-b-but how do I create/access $r (the RequestRec object)
> in a perl script?
my $r = shift;
:)
if you're run
Joshua Cantara wrote:
> Hi all, I've done my searches and haven't found an answer yet, so I'm
> hoping someone here can help me...
>
> This thread:
> http://www.gossamer-threads.com/lists/modperl/modperl/58724?search_string=ICY;#58724
>
>
> Describes how to implement $r->assbackwards in an Apa
Hi all, I've done my searches and haven't found an answer yet, so I'm
hoping someone here can help me...
This thread:
http://www.gossamer-threads.com/lists/modperl/modperl/58724?search_string=ICY;#58724
Describes how to implement $r->assbackwards in an Apache module in order
to pass through th