while (<STDIN>)
{
 if (/QUIT/)
    { last;   }
  push @thestack, $temp;
}

Reply via email to