until(!defined($_ = ) and /exit|quit|(^\s*$)/i) { } #### while(){ last if /exit|quit|(^\s*$)/i; }