Help for this page
use strict; use warnings; ... substr( $s2, $-[0], 0 ) = '+' if defined $-[0]; return $s2; }
amaya+mAn