in reply to Re: Perl web redirect
in thread Perl web redirect
Will do. Of course, using perl is overkill, you may as well write a one liner in C:#!/usr/bin/perl print "Location: http://www.somewhere.com\n\n"; __END__
int main () {printf ("Location http://www.somewhere.com\n\n");}
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl web redirect
by Fastolfe (Vicar) on Jun 10, 2002 at 22:43 UTC | |
|
Re: Re: Perl web redirect
by little (Curate) on Jun 11, 2002 at 00:42 UTC | |
by Abigail-II (Bishop) on Jun 11, 2002 at 09:22 UTC |