Help for this page
use strict; # <- always use strict use warnings; # <- and warnings ... } last; # <- missing ; } # <- missing }