Randy W. Sims wrote:
On 02/23/04 10:38, Joseph Paish wrote:


<snipped>


for ($ctr = 0 ; $ctr < (scalar(@all_of_them)) ; $ctr++) {


You don't need to say 'scalar' as it will be evaluated in the correct context without it.


$#all_of_them

-Sx-

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to