On 01/03/07, David Nicol <davidnicol@gmail.com> wrote: > For instance, I'll try to set up semantics allowing > > use specialkindofvariable my $foo; # won't DWIM! see below > > but instead I need to my that $foo ahead of time. At least I have succeeded > in hiding things like C<tie $foo, 'specialkindofvariable'> inside > import routines. I don't think it's a good idea to document this, because 1/ this is quite obscure, 2/ this might change in the future (I'd like to see it change to dwim better.)Thread Previous | Thread Next