Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    sub lc{ lc shift }
    sub uc{ uc shift }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    while(<>){
        print $ops{$case}->($_);
    }