Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use CGI;
    ...
    print $q->redirect( -uri => $uri->as_string );
    
    exit;