Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コード内の次のエラーをどのように解決しますか?
faStat2の59行目のスカラー代入での初期化されていない値の使用。
#!/usr/bin/perl use strict; use warnings; ... $~ = *OUTFILE; #This is the line it is complaining about my $cmd = $0; $cmd =~ s#.*/##;