in reply to Re: Sad newbie question about Data::Dumper and array references..
in thread Sad newbie question about Data::Dumper and array references..
print $data->[0];
overprint @{$data}[0];
--
my $chainsaw = 'Perl';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Sad newbie question about Data::Dumper and array references..
by merlyn (Sage) on Mar 23, 2001 at 16:38 UTC | |
|
Re: Re: Re: Sad newbie question about Data::Dumper and array references..
by busunsl (Vicar) on Mar 23, 2001 at 13:54 UTC | |
|
Re: Re: Re: Sad newbie question about Data::Dumper and array references..
by geektron (Curate) on Mar 23, 2001 at 13:52 UTC | |
by tomhukins (Curate) on Mar 23, 2001 at 15:28 UTC | |
by greenFox (Vicar) on Mar 23, 2001 at 16:01 UTC | |
by tilly (Archbishop) on Mar 23, 2001 at 17:54 UTC | |
|
Re: Re: Re: Sad newbie question about Data::Dumper and array references..
by tadman (Prior) on Mar 24, 2001 at 00:42 UTC |