Sihal has asked for the wisdom of the Perl Monks concerning the following question:
sub handler($$) { my ($self,$request) = @_ ; my $path = $request->request()->path_info; my $argv = $request->request()->args;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing parameters from a wml page to a mod_perl script.
by Sihal (Pilgrim) on Nov 27, 2002 at 11:43 UTC | |
by Sihal (Pilgrim) on Nov 27, 2002 at 16:08 UTC | |
by valdez (Monsignor) on Nov 27, 2002 at 16:23 UTC | |
by Sihal (Pilgrim) on Nov 27, 2002 at 17:06 UTC |