$ alias perlu='perl -Mstrict -Mwarnings -Mautodie=:all -Mutf8 -C -E' $ type perlu perlu is aliased to `perl -Mstrict -Mwarnings -Mautodie=:all -Mutf8 -C -E' $ perlu 'say chr 0x1f436; say chr 128054;' IPC::System::Simple required for Fatalised/autodying system() at -e line 0. main::BEGIN() called at -e line 0 eval {...} called at -e line 0 BEGIN failed--compilation aborted. #### $ type perl perl is hashed ($HOME/my/p5382/bin/perl) $ cd $HOME/my/p5382 $ cpanm --from https://www.cpan.org/ --verify IPC::System::Simple 2>&1 | tee IPC-System-Simple.tmp --> Working on IPC::System::Simple Fetching https://www.cpan.org/authors/id/J/JK/JKEENAN/IPC-System-Simple-1.30.tar.gz ... OK Fetching https://www.cpan.org/authors/id/J/JK/JKEENAN/CHECKSUMS ... OK Configuring IPC-System-Simple-1.30 ... OK Building and testing IPC-System-Simple-1.30 ... OK Successfully installed IPC-System-Simple-1.30 1 distribution installed #### $ cd $HOME/my/p5382 $ cpanm --from https://www.cpan.org --verify Data::Dump 2>&1 | tee Data-Dump.tmp $ cpanm --from https://www.cpan.org --verify List::MoreUtils 2>&1 | tee List-MoreUtils.tmp $ cpanm --from https://www.cpan.org --verify Module::Starter 2>&1 | tee Module-Starter.tmp