[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] droplet



On Sat, Oct 02, 1999 at 01:18:46AM -0700, Larry F. Allen-Tonar wrote:
> 
> so the number of filenames dropped is @#ARGV + 1

The number of filenames dropped is $#ARGV+1 or scalar(@ARGV).
@#ARGV+1 is a syntax error (although not for the reason you might think).

Ronald

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org