in reply to add a character at the end of a string
$string.="/" if(not $string =~/\/$/ ); [download]