In article <20010107211513.C12732@pobox.com>, Graham Barr <gbarr@pobox.com> writes: > That is not completely true. > > sub abc { return \shift } > > $a = 1; > $b = abc($a); > warn $$b; > ${$b}++; > warn $a; > > Graham. Interesting. You just convinced me to Simon's point of view. lvalue should work for shift :-)Thread Previous