http://www.perlmonks.org?node_id=129925


in reply to Re: Bareword Regex
in thread Bareword Regex

Maybe the separator could be null?
I.E:
"/" - the normal separator ( =~ /asdf/)
"#" - some people like to use it instead of "/" (=~ #asdf#)
"" - how about this separator?