in reply to Converting to CGI::Application
sub setup { my $self = shift; my $cgi = $self->query; $cgi->param('mode','stats') if $cgi->param('stats'); ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Converting to CGI::Application
by skx (Parson) on May 14, 2005 at 11:14 UTC |