Help for this page
sub split_mode_to_string { my @sections = reverse split '', $_[0]; ... return join '', @str_mode; }