sub { push @coords, @_[1,2] } #### sub { my (undef, $x, $y) = @_; push @coords, $x, $y; }