Help for this page
$ perl -MTry::Tiny -e 'try {1/0};' $
$ perl -MTry::Tiny -E 'try {1/0};' syntax error at -e line 1, near "};" Execution of -e aborted due to compilation errors. $