Re: Problem by pushing a String and a Hash on an array!
- From: Tad McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 17:39:04 -0600
pod69@xxxxxxx <pod69@xxxxxxx> wrote:
push(@array,{name => $n_name, hash => \%myhash});
my %hash = $array[$i]{hash};
You should always enable warnings when developing Perl code.
And by now you have used up all of your coupons.
So long!
--
Tad McClellan SGML consulting
tadmc@xxxxxxxxxxxxxx Perl programming
Fort Worth, Texas
.
- References:
- Prev by Date: Re: Assigning pattern matches to an array
- Next by Date: FAQ 4.46 How do I handle linked lists?
- Previous by thread: Re: Problem by pushing a String and a Hash on an array!
- Next by thread: Re: Problem by pushing a String and a Hash on an array!
- Index(es):
Relevant Pages
|