Perlのライブラリ作成にまつわるもろもろ

push(@INC, "/home/your_usr_name/lib");

perl -I "~/perl/lib/"

  • どこにライブラリがあるのか調べたいときは、

perldoc -l File::Path