in reply to Re: What is regular expression for the following thing?
in thread What is regular expression for the following thing?

I think you meant [-\@_].
>perl -le"@_='abc'; print qr/[-@_]/;" (?-xism:[-abc])