Difference between revisions of "Install Perl Module SOP"
From ESS-WIKI
Eric.liang (talk | contribs) (Created page with "How to Install Persistent::Memory module with Perl # Enter interactive mode by running <pre>$ perl -MCPAN -e shell </pre> # download <code>Persistent::Memory</co...") |
(No difference)
|
Revision as of 03:50, 15 February 2017
How to Install Persistent::Memory module with Perl
Enter interactive mode by running
$ perl -MCPAN -e shell
download Persistent::Memory
module
cpan[1]> get Persistent::Memory
make Persistent::Memory
module
cpan[2]> make Persistent::Memory
test Persistent::Memory
module
cpan[3]> test Persistent::Memory
install Persistent::Memory
module
cpan[4]> install Persistent::Memory