Software error: Undefined subroutine &main::redirect called at upload.pl line 109, line 20. For help, please send mail to the webmaster (webmaster@example.com), giving this error message and the time and date of the error. #### use CGI; my $q = new CGI; $q->redirect('http://www.example.com') #### use CGI qw(:standard); redirect('http://www.example.com');