Maybe I ate too much turkey yesterday, but ... using perl 5.40.1, why does this code work:
while this code gets an error:$ perl -MTry::Tiny -e 'try {1/0};' $
Thanks.$ perl -MTry::Tiny -E 'try {1/0};' syntax error at -e line 1, near "};" Execution of -e aborted due to compilation errors. $
In reply to Try::Tiny and -E by 1nickt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |