Help for this page
use warnings FATAL => 'all'; use strict; ... } sub up { print map uc, @_; }
a1b1 c2d2e2 XYZ