Re: exit problems

2002-10-13 Thread Scott Chapman
I used Embperl::exit in a Embperl page called under ModPerl and it worked correctly. Should it? Scott On Thursday 10 October 2002 09:50 pm, Gerald Richter wrote: > >I try: > >exit > >Apache::exit > >Embperl::exit > > inside your Embperl pages use exit, outside (e.g. in a Perl module) use > Emb

Re: exit problems

2002-10-12 Thread Gerald Richter
>I used Embperl::exit in a Embperl page called under ModPerl and it worked >correctly. Should it? Yes, exit is just a shortcut for Embperl::exit inside of Embperl pages Gerald - Gerald Richterecos electronic communication servi

Re: exit problems

2002-10-10 Thread Gerald Richter
>I try: >exit >Apache::exit >Embperl::exit inside your Embperl pages use exit, outside (e.g. in a Perl module) use Embperl::exit >I find reference to Apache::exit in the online docs. >I find reference to Emberl::exit in the README.v2 file. Always belive README.v2 and not the docs :-) ...and ye

Re: exit problems

2002-10-10 Thread Scott Chapman
Bad data below. I have 2.0b5. Upgrading my dev box then I'll try again! On Thursday 10 October 2002 04:21 pm, Scott Chapman wrote: > Hi all! > > I'm working with 2.0b8 and trying to get exit working. I saw some posts > about exit problems back in 2.0b7 and wondered if it was working more > sta