I want last, next, etc. to magically work where I want them to:

  do {
    last if /booger/;
    ...
  } while ( ... );

Nat

Reply via email to