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?
Comment on
Re: Re: Bareword Regex
In Section
Seekers of Perl Wisdom