Global symbol "$Form" requires explicit package name (did you forget to declare "my $Form"? Execution of C:/ローカル環境/test/bbs.cgi aborted due to compilation errors.
と出ます 変数の宣言の問題だと思い、 my $cgi = CGI->new(); をコメントアウトしたり my $Form = $CGI->{'FORM'};を前に持ってきたりしましたがInternal Server Errorが返ってくるばかりです まだ調査中ですが報告しておきます