Help for this page
$str =~ s{^\Q$/\E}{};
if (substr($str, 0, length($/)) eq $/) { substr($str, 0, length($/), ''; }