- or download this
use warnings;
use strict;
...
$integer++;
is($integer, 'five');
- or download this
use warnings;
use strict;
...
}
1;
- or download this
use Attribute::StringifiableInteger lang => 'tr';
- or download this
my $integer : StringifiableInteger('tr');