Help for this page

Select Code to Download


  1. or download this
    use open ":std", ":locale";
    use feature qw( say );
    ...
       say uc( $ss_d );                    # SS
       say uc( $ss_u );                    # SS
    }