Help for this page
use strict; use warnings; ... sub foo { return 1; }
Strictly: 1 Laxly: 1 Strictly: Can't wibble Undefined subroutine &main::wibble called at noname2.pl line 13.