perl -le'@_=1..5;undef @_;print scalar@_;' 0 perl -le'@_=1..5;@_=();print scalar@_;' 0 [download]
In reply to Re^2: Array Processing by EvanCarroll in thread Array Processing by Rajeshk