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.


                
__________________________________ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/

Reply via email to