in reply to Re: Regex delimiter
in thread Regex delimiter

Changing your code to:
perl -wle 'for (0 .. 255) { $delim = chr; next if $delim =~ /\w/; eval "m${delim}foo$delim;"; print "Bad: $_ ($delim)" if $@ }'
Makes '.' and ';' pass too. I also have no problem with '_'.