Help for this page
use strict; use warnings FATAL => 'all'; ... ); done_testing;
use strict; use warnings FATAL => 'all'; ... } print foo + bar, "\n";
foo just happened bar just happened 42