Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        substr( $s2, $-[0], 0 ) = '+' if defined $-[0];
        return $s2;
    }
    
  2. or download this
    amaya+mAn