perl Makefile.PL --bootstrap=/prefix
make test && make install
echo 'eval $(perl -I/prefix/lib/perl5 -Mlocal::lib=/prefix)' >>~/.bashrc
cpan App::cpanminus # say yes if you face some questions
cpanm Module::name
cpanm File::MimeInfo
perldoc -lm List::Util
/usr/lib/perl/5.10/List/Util.pm
perldoc -m Moose | grep VERSION
The -l switch instructs perldoc to display the path for the file, instead of the POD itself. The -m switch instructs perldoc to display the entire file for a given module, even if it doesn’t have a POD.
perl -de1
print $^O
q
Activities mentions in this site have been supported by the following grants: