[Tutor] Perl equivalent of $#var

Smith, Jeff jsmith at medplus.com
Tue May 17 23:00:33 CEST 2005


Is there a more Pythonic way to get the Perl equivalent of
	$#var
other than
	len(var) - 1

Thanks,
Jeff


More information about the Tutor mailing list