$ perl -e 'use strict; use warnings; my $c = 1/0; print "we get there\n";' Illegal division by zero at -e line 1. $