RE: redirect to URL[linux,apache]

2002-01-02 Thread Bob Showalter
> -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

Re: redirect to URL[linux,apache]

2001-12-30 Thread Leon
- 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