-1

How to install the perl facebook API cpan modules and dependencies in a single command

   www::Facebook:api

2 Answers2

1
sudo cpan WWW::Facebook::API  

(case-sensitive!)

kovrik
  • 159
  • 1
  • 4
0

Install Cpanminus in the way that pleased you, then you can simply type :

cpanm WWW::Facebook::API

See also What's the easiest way to install a missing Perl module? and the cpan.org introduction to installing Perl Modules.

Community
  • 1
  • 1
smonff
  • 3,399
  • 3
  • 36
  • 46