in reply to Re: how to exec a CGI file with params?
in thread how to exec a CGI file with params?
I can't get it to work yet. For the SSI I am using <!--#include virtual="day.pl?show=all" --> Inside my day.pl script (it's loading without error now, but it's loading the main script, it's not catching on the param "show".
I did show and show1, incase it wasn't passing as a URL param. Neither of them catch. Any idea why?my $show = url_param("show"); my $show1 = param("show"); . . if ($show ne "all" || $show1 ne "all") {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to exec a CGI file with params?
by CountZero (Bishop) on Jun 17, 2006 at 22:15 UTC | |
by Anonymous Monk on Jun 18, 2006 at 04:14 UTC | |
by CountZero (Bishop) on Jun 18, 2006 at 09:44 UTC |