initialize arrays
- From: DBSMITH@xxxxxxxxxxxxxx
- Date: Tue, 5 Apr 2005 09:32:58 -0400
Are these two statements the same?
my (@array, @array1) = ( );
my @array = my @array1 = ( );
Derek B. Smith
OhioHealth IT
UNIX / TSM / EDM Teams
.
- Follow-Ups:
- Re: initialize arrays
- From: John W. Krahn
- RE: initialize arrays
- From: Charles K. Clarkson
- Re: initialize arrays
- From: John Doe
- Re: initialize arrays
- Prev by Date: Re: Net::SSH::Perl bind socket problem
- Next by Date: Re: This is weird: Pop works but shift doesn't
- Previous by thread: datetime comparisons
- Next by thread: Re: initialize arrays
- Index(es):
Relevant Pages
|