[Perl]


この日記のはてなブックマーク数 このエントリーを含むはてなブックマーク
Weak references are not implemented in the version of perlというエラーが出た場合、Scalar::Utilを再インストールすれば直る。

rm -f `perldoc -l Scalar::Util`
perl -MCPAN -e shell
cpan> install Scalar::Util


広告