Help for this page

Select Code to Download


  1. or download this
    sub split_mode_to_string
    {
       my @sections = reverse split '', $_[0];
    ...
    
       return join '', @str_mode;
    }