--- Copy of perl-5.9.5\pod\perltie.pod Sat Jul 07 14:40:28 2007 +++ perl-5.9.5\pod\perltie.pod Sat Aug 04 17:55:57 2007 @@ -1176,6 +1176,12 @@ Tied filehandles are still incomplete. sysopen(), truncate(), flock(), fcntl(), stat() and -X can't currently be trapped. +Tied variables interpolated into the right hand side of +C are not recognised as potentially dependant +on the match. Consequently REPLACEMENT may be evaluated only once +without the last match context. When this happens the FETCH method +will not be able to see C<$1> etc. from the pattern match. + =head1 AUTHOR Tom Christiansen