--- Rizwan Majeed <[EMAIL PROTECTED]> wrote:
> I was trying this out : $SomeVar =~ /&/ ;   
> $SomeVar =~ /'&'/ ;    $SomeVar
> =~ /\&/ ;    none of these works.


Works for me in perl 5.6.1

[mithun@zorro mithun]$ perl -wT -e 'my $test = "you \&
me"; print "voila\n" if $test =~ /\&/;'
voila



Mithun

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

Reply via email to