Re: $r->subprocess_env('REQUEST_URI') returns undef ?
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
If $r scares you, are $c = $r->connection() and $s = $r->server() truly terrifying :-) cmac On Jan 15, 2010, at 4:08 PM, Tosh Cooey wrote: > It's probably obvious, but $r kinda scares me. I guess I saw > subprocess_env in the docs and so that's where I stopped... What a > couple centimeters more would have done... >