Help for this page
{ local $\ = '/'; chomp($string); $string .= '/'; }
for ($string) { local $\ = '/'; chomp; $_ .= '/'; }