Help for this page

Select Code to Download


  1. or download this
    use warnings FATAL => 'all';
    use strict;
    ...
        }
    
    sub up { print map uc, @_; }
    
  2. or download this
    a1b1
    c2d2e2
    XYZ