Assbackwards mode question

2006-02-28 Thread Joshua Cantara
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

Re: Assbackwards mode question

2006-02-28 Thread Joshua Cantara
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

Assbackwards mode question

2006-02-28 Thread Joshua Cantara
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