Help for this page

Select Code to Download


  1. or download this
    use CGI;
    $redir = '/cgi-bin/drall.pl?left='. $ENV{REDIRECT_REQUEST_URI};
    print CGI::redirect(-uri => $redir);