- or download this
use strict;
use warnings;
...
no warnings 'deprecated';
%hash->{ silly } = 'foo';
}
- or download this
use strict;
use warnings;
...
no warnings 'once';
*import = \&Exporter::import;
}
- or download this
Name "main::import" used only once: possible typo...
- or download this
*import = *import = \&Exporter::import;