perl-unicode

where is $1 stored ?

2005-06-09 22:10:27
Hi,
I run this on z/OS and perl-5.8.6.

$a = 'a';
if ($a =~ /A/i)
{
  print "match";
  print "$1";
}

Is the value in $1 stored in a struct SV ? Or how else
is it stored ?
Where exactly in the perl code is the value of $1 set
? 

Thanks in advance,
Rajarshi.


                
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 

<Prev in Thread] Current Thread [Next in Thread>