http://qs1969.pair.com?node_id=540504


in reply to Re^4: Simple regexp question
in thread Simple regexp question

I'd add

perl -e "print (';' =~ /[];]/ ?'match':'nomatch');" prints "match"

the ] is also depending on position

update: fixed typo