Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    sub process2 { lc(shift) . 2 }
    sub process3 { uc(shift) . 3 }
    sub process4 { uc(shift) . 4 }
    
  2. or download this
    A3
    a31
    A314
    a3142