On Sat, Dec 08, 2012 at 03:56:33AM -0800, via RT wrote: > Since we can label any statement (now), why not have the reset operator take a label argument? > Then reset can act on the toggle(s) in that statement. > > So the minimum implemention would permit: > sub extract { > my $out = ''; > reset TOGGLE; but C<reset TOGGLE> currently means the same as C<reset "TOGGLE"> (which means the same as C<reset "EGLOT">). -- The crew of the Enterprise encounter an alien life form which is surprisingly neither humanoid nor made from pure energy. -- Things That Never Happen in "Star Trek" #22Thread Previous | Thread Next