#!/usr/bin/perl
 
use strict;
use CGI qw(:standard);
 
my $url = ""        ## The URL to be redirected to
print redirect($url);
--------------------
 
Aman Raheja
AGF Technologies
 
 
 
----- Original Message -----
From: Ash Singh
Sent: Wednesday, November 26, 2003 8:19 AM
Subject: Redirecting to a different url with cgi

What is the perl code to redirect to a new url, in cgi.  All I need is to execute a perl script and when its done to redirect the clients browser to a new location.

I am running Windows 2000 and IIS.

 

Ash Singh

Developer
eMessageX.com

Tel: +27 (0)11 789 1808
Fax: +27 (0)11 326 0152
Cell: +27 (0)72 203 5989
Email:[EMAIL PROTECTED]

 

<<image001.gif>>

<<image002.gif>>

Reply via email to