Re: Using array of reference variables in perl
- From: chas.owens@xxxxxxxxx ("Chas. Owens")
- Date: Thu, 5 Aug 2010 15:37:04 -0400
On Thu, Aug 5, 2010 at 01:16, Sooraj S <soorajspadmanabhan@xxxxxxxxx> wrote:
Thanks for your reply..snip
I have used all the standard headers. The only thing that am concerend
is that i want my array opt as an array of references.
@opt = (\$opt1,\$opt2,\$opt3);
When i iterate through the array, if it finds my condition to be
matched, it should set the value to 100, so that the original options
should get changed.
Pls clarifiy this.
The answer is don't do that. I showed you a simpler way to do what
you desire in the example code I sent in the last email. If you have
any specific questions about that code, please ask them.
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
.
- References:
- Using array of reference variables in perl
- From: Sooraj S
- Re: Using array of reference variables in perl
- From: "Chas. Owens"
- Re: Using array of reference variables in perl
- From: Sooraj S
- Using array of reference variables in perl
- Prev by Date: Re: ipv4 to ipv6 conversion
- Next by Date: Re: Using array of reference variables in perl
- Previous by thread: Re: Using array of reference variables in perl
- Next by thread: Re: Using array of reference variables in perl
- Index(es):
Relevant Pages
|