Re: Newbie to Windows NT Perl
Austin S. Lin (austin@al2.com)
Thu, 12 Mar 1998 10:33:01 -0500 (EST)
Try swapping the order of your two print statements.
- Austin S. Lin
austin@AL2.com
On Thu, 12 Mar 1998, Ranjani Saigal wrote:
>
> I am trying todo CGI scripting using perl on Windows NT. I hope
> this is not an inappropriate question. I was trying to do the following
> which works very well on unix
>
>
> print "Content-type: text/html\n";
> print "Location: $temp2\n\n";
>
>
> Where $temp2 is a valid URL.
>
> Could anyone tell me why this would not work or pointers on using a CGI
> script to send people of to various URLs based on some criteria?
>
> Best Wishes
> Ranjani Saigal
> Communications Applications
>
>