use Data::Dumper my %count;
is the same as
BEGIN { require Data::Dumper; import Data::Dumper my %count; }
The curlies of the implicit BEGIN limited the scope of the lexical.
In reply to Re^2: Help on variable declaration with "use strict "
by ikegami
in thread Help on variable declaration with "use strict "
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |