> -Original Message-
> From: KeN ClarK [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, December 30, 2001 9:25 PM
> To: [EMAIL PROTECTED]
> Subject: redirect to URL[linux,apache]
>
>
> 1. I'm VERY new.
> 2. I have the Perl Cookbook & Learning Perl.
> 3. I can't figure this out, and searches on
- Original Message -
From: "KeN ClarK" <[EMAIL PROTECTED]>
> script is HERE:
>
> #/usr/local/bin/perl -w
> use CGI qw(:cgi);
> use strict;
>
> $myurl = "http://www.quantifier.org/phpquant/";;
>
> print "Location: $myurl\n\n";
> exit;
>
> *
> I am fried right now. I have tried this