View Single Post
  #2 (permalink)  
Old 11-24-03, 08:10 PM
YUPAPA's Avatar
YUPAPA YUPAPA is offline
Newbie Coder
 
Join Date: Sep 2003
Location: Antarctica
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Smile

Looks like your script does not have the CGI.pm module

Code:
#!/usr/bin/perl
use CGI qw(:standard :form);
use strict;

my $cgi = new CGI;
print $cgi->redirect('boards_General.pl');

__END__
__________________
YuPaPa.CoM is my home ~
Reply With Quote