Help for this page

Select Code to Download


  1. or download this
    $s = $p1.$p2.$p3;
    $s++;
    $s =~ /(.*)(.{1})(.{1})/;
    ($p1,$p2,$p3) = ($1,$2,$3);