in reply to Re: cool way of manipulating array elements
in thread cool way of manipulating array elements
Be careful with such a "lazy" regexp, it might give you funny results (looks_like_number is smarter ;):
@array = ('abc2', 'hehe42'); # not really numbers, but passes regexp ; +)
|
|---|