Help for this page
use strict; use warnings; ... print "I skipped loading the optional library.\n"; print "Try passing the 'load' option to load it.\n"; }
package Foo; use strict; ... } 1;