I can't seem to get the syntax right on this regex
my $var =~ s/['\@\\\/=?]//g;
I want to replace the following characters with nothing
' @ \ / = ?
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
my $var =~ s/['\@\\\/=?]//g;
I want to replace the following characters with nothing
' @ \ / = ?
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.