{{tag>Brouillon Perl REPL}} # psh Perl Shell Une shell interactif pour Perl REPL (Read-Eval-Print-Loop) ~~~bash perl -MCPAN -e 'install BSD::Resource' export PERL5LIB=~/perl5/lib/perl5/ git clone https://github.com/gnp/psh cd psh perl Makefile.PL make make install ~/perl5/bin/psh ~~~ ou encore ~~~bash perl -de0 ~~~