質問編集履歴

1

エラーメッセージ中の不要語句の削除

2022/03/30 03:05

投稿

n2022
n2022

スコア39

test CHANGED
File without changes
test CHANGED
@@ -6,8 +6,8 @@
6
6
  エラーが出るたびに、いくつかmoduleをinstallして、クリアしてきたのですが、下記のようなエラーが出て現在の自分の力では解決できません。
7
7
 
8
8
  > This Perl not built to support threads.
9
- >Compilation failed in require at /Users/scriptname_folder/bin/scriptname_Preprocess.pl line 13.
9
+ >Compilation failed in require at /Users/scriptname_folder/bin/scriptname.pl line 13.
10
- > BEGIN failed--compilation aborted at /Users/scriptname_folder/bin/scriptname_Preprocess.pl line 13.
10
+ > BEGIN failed--compilation aborted at /Users/scriptname_folder/bin/scriptname.pl line 13.
11
11
 
12
12
  ネット検索から、
13
13
  ```bash