i am writing a script that tests to see if an \@ symbol is entered by an end user. i am trying to look at other alternatives that a malicious end user might do to get around my checking. right now, i am doing a simple if ( $add_alias =~ /\@/ ) { could an end user enter an escaped ascii character code that would be interpretted as \@ thanks -cjm
- Re: checking for the @ symbol charles
- Re: checking for the @ symbol Peter Scott
- Re: checking for the @ symbol charles
- Re: checking for the @ symbol Aaron Craig
- Re: checking for the @ symbol charles
- Re: checking for the @ symbol Chas Owens
- Re: checking for the @ symbol Aaron Craig
- Re: checking for the @ symbol Hasanuddin Tamir