Re: Pseudo-hashes are deprecated

2008-01-29 Thread Rob Dixon
Paul Lalli wrote: On Jan 29, 7:45 am, [EMAIL PROTECTED] (Harry Bennett) wrote: I am using this line: foreach my $pair (keys %{$config{server}}) { . } but get the warning: Pseudo-hashes are deprecated at .. I am using the example from 'Programming Perl (third edition)' Sec

Re: Pseudo-hashes are deprecated

2008-01-29 Thread Paul Lalli
On Jan 29, 7:45 am, [EMAIL PROTECTED] (Harry Bennett) wrote: > I am using this line: > > foreach my $pair (keys %{$config{server}}) { > . > > } > > but get the warning: > > Pseudo-hashes are deprecated at .. > > I am using the example from 'Progra

Re: Pseudo-hashes are deprecated

2008-01-29 Thread Peter Scott
On Tue, 29 Jan 2008 07:45:00 -0500, Harry Bennett wrote: > I am using this line: > > foreach my $pair (keys %{$config{server}}) { > . > } > > but get the warning: > > Pseudo-hashes are deprecated at .. > > I am using the example from 'Programmi

Re: Pseudo-hashes are deprecated

2008-01-29 Thread Chas. Owens
On Jan 29, 2008 7:45 AM, Harry Bennett <[EMAIL PROTECTED]> wrote: > I am using this line: > > foreach my $pair (keys %{$config{server}}) { > . > } > > but get the warning: > > Pseudo-hashes are deprecated at .. > > I am using the example from &#x

Re: Pseudo-hashes are deprecated

2008-01-29 Thread John W. Krahn
Harry Bennett wrote: I am using this line: foreach my $pair (keys %{$config{server}}) { . } but get the warning: Pseudo-hashes are deprecated at .. I am using the example from 'Programming Perl (third edition)' Section 9.4.3 I guess my ultimate question would be, what

Pseudo-hashes are deprecated

2008-01-29 Thread Harry Bennett
I am using this line: foreach my $pair (keys %{$config{server}}) { . } but get the warning: Pseudo-hashes are deprecated at .. I am using the example from 'Programming Perl (third edition)' Section 9.4.3 I guess my ultimate question would be, what have they been deprecated