Some snippits of documentation that eventually should be organized in to the main page. To install Perl modules locally: The user wanted either the python or perl version. The pip command is for python. Here is an example of one being installed: 02:09 < Schnabeltierchen> is it possible to get the perl XML::FeedPP or python feedparser module? 02:16 < rewt> you should be able to install the perl module yourself for yourself 02:17 < rewt> here's a guide for using local::lib -- check the "Installing local::lib" section -- https://srcc.stanford.edu/farmshare2/software-perllocallib 02:18 < Schnabeltierchen> i installed it locally with "pip install --user feedparser" 02:18 < Schnabeltierchen> but the weechat addon weemustfeed for rss doesn?t recognize it 02:21 -!- FIUBOT [~FIUBOT@186.137.10.36] has quit [Quit: Bye!] 02:25 < Schnabeltierchen> perl -Mlocal::lib 02:25 < Schnabeltierchen> Can't locate local/lib.pm in @INC (you may need to install the local::lib module) 02:25 < Schnabeltierchen> locallibs doens?t seem to run... 02:38 < rewt> you can do it without local::lib too ... add the following lines to your .bashrc 02:38 < rewt> export PATH=$HOME/perl5/bin:$PATH 02:38 < rewt> export PERL5LIB=$HOME/perl5/lib/perl5 02:38 < rewt> export PERL_CPANM_OPT="-l~/perl5" 02:38 < rewt> then run: curl -L https://cpanmin.us | perl - App::cpanminus 02:38 < rewt> no, before running that curl, run: source ~/.bashrc 02:39 < rewt> then you can run the curl 02:39 < rewt> after that, you should be able to install the perl module with: cpanm XML::FeedPP 03:41 -!- Somsubhra1 [Somsubhra1@xshellz/staff/Som] has joined #bitcoinshells 03:41 < CaptainShell> I installed the python one but not the perl one 03:41 < CaptainShell> pip is for python I believe 04:04 < rewt> yes, pip is python