len
From: Robin (robin_at_csf.edu)
Date: 12/30/03
- Next message: Henry Law: "Re: how read MS Word summary properties?"
- Previous message: John J. Trammell: "Re: tutorial"
- Next in thread: Gunnar Hjalmarsson: "Re: len"
- Reply: Gunnar Hjalmarsson: "Re: len"
- Reply: Ragnar Hafstaš: "Re: len"
- Reply: Matt Garrish: "Re: len"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 15:49:05 -0700
what would this do?
sub array_abslen
{
my (@array) = @_;
my ($len);
$len = @array;
$len = $len - 1;
return ($len);
}
thanks,
-Robin
- Next message: Henry Law: "Re: how read MS Word summary properties?"
- Previous message: John J. Trammell: "Re: tutorial"
- Next in thread: Gunnar Hjalmarsson: "Re: len"
- Reply: Gunnar Hjalmarsson: "Re: len"
- Reply: Ragnar Hafstaš: "Re: len"
- Reply: Matt Garrish: "Re: len"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]