Help for this page

Select Code to Download


  1. or download this
    print $query->redirect('http://localhost/rbsaws/');
    
  2. or download this
    print $query->redirect(
       -uri     => 'http://localhost/rbsaws/',
    ...
    );
    
    print(q{Please click <a href="http://localhost/rbsaws/">here</a>});