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
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
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
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
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
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