Re: self url

2000-01-26 Thread Doug MacEachern
On Wed, 26 Jan 2000, Vladimir Ivaschenko wrote: > > Hello, > > Is there a way to get the URL of the current document in Embperl? > Sort of like $q->self_url in CGI.pm. from chapter 9 of wrapmod: If the URI argument is omitted, the I method will construct a fully qualified URI from B<$r> objec

RE: self url

2000-01-26 Thread Gerald Richter
> > VI> Is there a way to get the URL of the current document in Embperl? > Sort of like $q->>self_url in CGI.pm. > > Hmmm. Maybe [- $req_rec->uri -] could help? ($req_rec represents > apache request_rec object in Embperl). > Or $ENV{SCRIPT_NAME} or $ENV{REQUEST_URI} depending on what you need m

Re: self url

2000-01-26 Thread Ilya Obshadko
Hello Vladimir, ñðåäà, 26 ÿíâàðÿ 2000 ã., you wrote: VI> Is there a way to get the URL of the current document in Embperl? Sort of like $q->>self_url in CGI.pm. Hmmm. Maybe [- $req_rec->uri -] could help? ($req_rec represents apache request_rec object in Embperl). Best regards, Ilya