BUU has asked for the wisdom of the Perl Monks concerning the following question:
sub utility { my $self = shift; my $query = CGI->new('rm=new_mode'); ref($self)->new->run(QUERY=>$query); exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Changing run mode in cgi::application
by aktbar (Beadle) on Mar 23, 2004 at 11:46 UTC | |
by BUU (Prior) on Mar 23, 2004 at 22:35 UTC | |
|
Re: Changing run mode in cgi::application
by matthewb (Curate) on Mar 23, 2004 at 10:43 UTC | |
by BUU (Prior) on Mar 23, 2004 at 22:33 UTC | |
|
perldoc -f goto
by PodMaster (Abbot) on Mar 24, 2004 at 05:56 UTC | |
| |
|
Re: Changing run mode in cgi::application
by dragonchild (Archbishop) on Mar 24, 2004 at 13:28 UTC |