Help for this page

Select Code to Download


  1. or download this
    Software error:
    Undefined subroutine &main::redirect called at upload.pl line 109, <fh
    +00001C%3A\Program Files\Java\j2re1.4.2_06\javaws\javalogo52x88.gif> l
    +ine 20.
    
    For help, please send mail to the webmaster (webmaster@example.com), g
    +iving this error message and the time and date of the error.
    
  2. or download this
    use CGI;
    my $q = new CGI;
    $q->redirect('http://www.example.com')
    
  3. or download this
    use CGI qw(:standard);
    redirect('http://www.example.com');