in reply to Re: http interpolation
in thread http interpolation
Hereby the whole code, sorry if I was too reserved with information, I thought "small question":<a href="my.cgi?gotoSite=1">CVS</a>
Kind regards,use strict; use CGI qw/:standard/; my $debug = 0; # -|Main|------------------------------------------------------------- +--------- # Pre : $ARGV[0] from "script.pl # Post: # -------------------------------------------------------------------- +--------- print redirect( $ARGV[0]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: http interpolation
by BUU (Prior) on Jul 01, 2005 at 23:48 UTC |