[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cgiapp] Run mode confusion (+)


Hi,

I'm trying:

sub mode2 {
  my $self = shift;
  my $session = $self->param('session');

  unless ($session->param('Group2') >= 3) {
     return $self->display_index(); # ??
  }
  ...
}

but when it returns to display_index (mode1) it still
thinks it's in mode2.  How can I correct this?

Thanks,
Jon


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.