in reply to Re: Re: Re: How to get the number of fields found by split without a warning?in thread How to get the number of fields found by split without a warning?
print $_ = () = split ',','a,b,c,,,,',-1 [download]
7