On Thu, Nov 15, 2001 at 02:55:43PM -0500, darren chamberlain wrote: > Andrew Stanley <[EMAIL PROTECTED]> said something to this effect on 11/15/2001: > > It seems to be that using a lexically scoped $arg1 causes the > symbolic reference to fail. That doesn't make a lot of sense to > me, though. >
Symbolic references access the symbol table; lexical variables are not in the symbol table. See perlref. Ronald
