Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print $q->redirect(-location => "http://redirected_url");
    
    system 'perl /path/to/script.pl inputfile.txt';
    
  2. or download this
    Status: 302 Moved
    location: http://redirected_url
     ---- there is a blank line here, as there should be ---