In message <[EMAIL PROTECTED]>
          Jerrad Pierce <[EMAIL PROTECTED]> wrote:

> >As far as I can tell reset %x currently tries to reset any
> >variables which start with either % or x even though no variable
> >can start with %...
>
> ~/perl
> ${"%percent"} = "Quoth the raven";
> print ${"%percent"}, "\n";
> reset("%");
> print ${"%percent"}, "\n";
> Quoth the raven
>
> Sure looks like it starts with a % to me...

OK so you can manage it if you diddle with the symbol table...

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
...FATAL LOGIC ERROR - Engage Brain and (R)etry

Reply via email to