Re[2]: Refresh dynamic content using query_string

2002-06-07 Thread Jason Ostrom
David, You are the man. That worked. Just when I was figuring out that this was a variable interpolation problem. I could use $URL4 instead of $URL2, and it still wasn't interepreted as a variable, and $URL4 wouldn't be "declared" anywhere in the program. Thanks man! -Jason David T-G> Jason

Re: Refresh dynamic content using query_string

2002-06-07 Thread David T-G
Jason -- ...and then Jason Ostrom said... % % I was wondering if there was any way to refresh and have the same % dynamically-created page viewed every 5 seconds? % % I'm trying to do it like this: % % my $URL2 = "ds0.cgi?$ENV{QUERY_STRING}"; % ### HTML part % print $q->header( -Refresh=>'5; U

Refresh dynamic content using query_string

2002-06-07 Thread Jason Ostrom
I was wondering if there was any way to refresh and have the same dynamically-created page viewed every 5 seconds? I'm trying to do it like this: my $URL2 = "ds0.cgi?$ENV{QUERY_STRING}"; ### HTML part print $q->header( -Refresh=>'5; URL=$URL2' ), But this doesn't work. The URL that is recreate