Re: Display the actual values in an array

2010-04-13 Thread Shlomi Fish
Hi Kenneth, On Tuesday 13 Apr 2010 12:35:57 CHAN, KENNETH 1 [AG/7721] wrote: > Thanks Uri and Shlomi. The dumper works but still not getting the proper > results, please see comment in text. Thanks. Thanks for not top-posting. :-) > > > -Original Message- > > From: Uri Guttman [mailto:u

RE: Display the actual values in an array

2010-04-13 Thread CHAN, KENNETH 1 [AG/7721]
Thanks Uri and Shlomi. The dumper works but still not getting the proper results, please see comment in text. Thanks. > -Original Message- > From: Uri Guttman [mailto:u...@stemsystems.com] > > first off, learn to bottom post and edit the quoted emails. i deleted > tons of stuff below this

Re: Display the actual values in an array

2010-04-13 Thread Uri Guttman
> "CK1[" == CHAN, KENNETH 1 [AG/7721] writes: CK1[> Hi YH, CK1[> Thanks a lot for your reply. I just tried it but it outputs: CK1[> *** CK1[> $VAR1 = 'ARRAY(0x1883454) CK1[> '; CK1[> *** CK1[> which is still the similar p

Re: Display the actual values in an array

2010-04-13 Thread Shlomi Fish
On Tuesday 13 Apr 2010 10:17:13 CHAN, KENNETH 1 [AG/7721] wrote: > Hi all, > > I wanted to display the actual values in an array by the following > simple codes: > > * > Always add "use strict;" and "use warnings;" (and correct all reported problems). Not that

RE: Display the actual values in an array

2010-04-13 Thread CHAN, KENNETH 1 [AG/7721]
enneth -Original Message- From: Peng YH [mailto:pen...@nsbeta.info] Sent: Tuesday, April 13, 2010 3:37 PM To: CHAN, KENNETH 1 [AG/7721]; beginners@perl.org Subject: Re: Display the actual values in an array use Data::Dumper; foreach (@methods) { print Dumper $_ . &q