$ 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.