13:38 >perl -Mstrict -wE "eval { my $s = '*' x 1e12; say $s; }; warn qq[\nPerl runtime error: $@] if $@;" Perl runtime error: Out of memory during string extend at -e line 1. 13:38 >