I recently discovered that the $_ variable is implicitly defined in a foreach loop, like so: @array = ('a', 'b', 'c'); foreach (@array) {
確定! 回上一頁