Strictures don't bleed through to included packages. Consider:
# noname.pl: use warnings; use strict; use lib '.'; use noname1; print noname1::get_value(); # noname1.pm: package noname1; sub get_value { return $missingVar // 'Bogus value'; } 1;
Prints:
Bogus value
In reply to Re^3: While loop does not terminate
by GrandFather
in thread While loop does not terminate
by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |