How do I break out of a loop in Perl? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How do I break out of a loop in Perl? - Stack Overflow
2008年11月19日 - The only way that would even work is if you used a while loop inside a given block, and then break, which in theory would work the way you ...