Help for this page
use strict; use warnings; ... $debug = 1; 1;
#!/usr/bin/env perl use strict; ... use Example; print "debug = $debug\n";