Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $str = $ARGV[0];
    
    print "$str - " . consinc($str) . "\n";
    
  2. or download this
    $str++ if exists $vowels{substr($str, -1 , 1)};