Help for this page
use strict; use warnings; ... die $@ if $@; print $wibble;
# include.pl ... # Uncommenting the following line causes a strict error. #$wobble = 'joe';