
Avoid Using Perl’s Default Delimiter / in Paths and URLs
Perl’s regular expression substitution function is useful for CGI string manipulation, but using the default delimiter / can lead to leaning-toothpick syndrome if you use it for paths or URLs. Consider this line: s/http://myURL/files//http://myURL/newFiles// Each / must be escaped, leading to an unreadable regular expression. But you don’t need to