Michal Wallace wrote:
> 
> Uh-oh. I just went to implement "del x"
> and there's no op to remove a variable
> from a lexical pad! :)

Why would you want to remove a variable from a lexical pad?

Surely the "right thing to do" would be to create a new pad (scope),
then add your 'x' variable which you plan to 'delete' in the future,
then when you want to delete that variable, pop off that pad.

-- 
$a=24;split//,240513;s/\B/ => /for@@=qw(ac ab bc ba cb ca
);{push(@b,$a),($a-=6)^=1 for 2..$a/6x--$|;print "[EMAIL PROTECTED]
]\n";((6<=($a-=6))?$a+=$_[$a%6]-$a%6:($a=pop @b))&&redo;}

Reply via email to