Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Redirection problems with Perl, Netscape and IE

by newrisedesigns (Curate)
on May 10, 2002 at 17:55 UTC ( [id://165734]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use vars qw( $q $redirect );
    use CGI;
    ...
    
    checkCookies($q);
    print $q->redirect(-url=>"http://www.mysite.com/index.pl$redirect");
    
  2. or download this
    sub checkCookies {
    
    ...
    }
    else{ return ''; }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://165734]
Approved by grep
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-03-29 07:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found