Help for this page

Select Code to Download


  1. or download this
    sub skth{ print substr($_[0], -1);
                   skth( substr($_[0], 0, length($_[0])-1))
                        if length $_[0] > 1 }
    skth('gro.alubaf@yehaf');