- or download this
use Useful::For qw[ ForRange ];
ForRange \my $i, 1, 10, {
print $$i;
}
- or download this
use Useful::For qw[ ForRange ];
use UseFul::If;
use UseFul::While;
...
- or download this
use Useful;
Use qw[ For If While ];
...
- or download this
use Useful;
Useful {
...
If => qw[ :all ],
While => qw[ :all ],
};
- or download this
use Perl qw[ :all ];