----- Original Message ----- From: "Karina Nahagama" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 10:01 AM Subject: About Redirect
> But I'm having problems using REDIRECT. > In order to use REDIRECT I wrote the next sentences: > my $page = new CGI; > $page->redirect('http://pisvr2/ntt/login_message.html'); > > Did I forget something? Maybe. You did forget this mailing list is for DBI. > Why REDIRECT command is not working yet? That might be why just you did not to work so. #!/usr/bin/perl use CGI; my $page = new CGI; print $page->redirect('http://pisvr2/ntt/login_message.html'); ============================================== Kawai, Takanori(Hippo2000) Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] http://member.nifty.ne.jp/hippo2000 ==============================================