time perl -e '$_=[];{$/=\000,@$_=<>}; my $count=@$_;print $count, " lines\n";' ## time perl -e '{$/=undef, $_=<>} my $count=split /\000/,$_; print $count, " lines\n";'