別ページに遷移


 CGIモジュールを使うと簡単です。
use strict;
use CGI;

my $q = CGI->new();

print $q->redirect('http://www.example.com/index.html');

関連項目

リンク先を絶対パスで取得