Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
open REFRESH,">$refreshFile" or die "Couldn't open $refreshFile"; print REFRESH "<meta http-equiv=\"Refresh\" content=\"$refreshTime; UR +L=$refreshUrl\">"; print REFRESH "<meta http-equiv=\"Pragma\" content=\"no-cache\">"; print REFRESH $q->start_html('-title'=>'Analysis in Progress','-bgcolo +r'=>'eeeeee'); print REFRESH "<SCRIPT src='http://www.test.com/cgi-bin/test.cgi></SCR +IPT>"; close REFRESH; print "Location: $refreshUrl\n\n";
2001-10-23 Edit by Corion: Added CODE tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inserting CGI code in script tag
by Arguile (Hermit) on Oct 23, 2001 at 19:47 UTC | |
|
Re: Inserting CGI code in script tag
by Boldra (Curate) on Oct 23, 2001 at 22:05 UTC | |
|
Re: Inserting CGI code in script tag
by dmmiller2k (Chaplain) on Oct 24, 2001 at 00:30 UTC | |
by Anonymous Monk on Oct 24, 2001 at 02:06 UTC | |
by dmmiller2k (Chaplain) on Oct 24, 2001 at 21:42 UTC | |
|
Re: Inserting CGI code in script tag
by Tetramin (Sexton) on Oct 24, 2001 at 01:06 UTC |