Help for this page

Select Code to Download


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