- or download this
if (
running_under_windows
...
and
package_Foo doesn't exist
) { warn about case of Foo }
- or download this
use Strict;
$x = 10;
- or download this
BEGIN {
require Strict;
Strict->import;
}
- or download this
Name "main::Dumper" used only once: possible typo at -e line 1.
Filehandle main::Dumper never opened at -e line 1.