Re:confused about reference

2008-10-30 Thread Jeff Pang
> Message du 31/10/08 04:08 > De : "Richard Lee" > A : "Perl Beginners" > Copie à : > Objet : confused about reference > > > > I was just testing some reference and while trying out below I am trying > to understand below > > @{$yahoo-

Re: confused about reference

2008-10-30 Thread Richard Lee
Richard Lee wrote: I was just testing some reference and while trying out below I am trying to understand below @{$yahoo->{yahoo}}... I can see that this is pointing to 0,1,3 by running the code. But I am trying to really understand whether this is trying to say since value of 'yah

Re:confused about reference

2008-10-30 Thread Jeff Pang
> Message du 31/10/08 04:08 > De : "Richard Lee" > A : "Perl Beginners" > Copie à : > Objet : confused about reference > > > > I was just testing some reference and while trying out below I am trying > to understand below > > @{$yahoo->{y

confused about reference

2008-10-30 Thread Richard Lee
I was just testing some reference and while trying out below I am trying to understand below @{$yahoo->{yahoo}}... I can see that this is pointing to 0,1,3 by running the code. But I am trying to really understand whether this is trying to say since value of 'yahoo' is array put @ a

Re: about reference

2007-03-17 Thread Chas Owens
On 3/17/07, Jm lists <[EMAIL PROTECTED]> wrote: snip What's the difference between Perl's reference and C's pointer? I'm always confused about them.Thanks for any direction. snip In ANSI C a pointer is an address into raw memory. How much memory it returns is based on its type which is determi

Re: about reference

2007-03-17 Thread Tom Phoenix
On 3/17/07, Jm lists <[EMAIL PROTECTED]> wrote: What's the difference between Perl's reference and C's pointer? I'm always confused about them.Thanks for any direction. Have you seen Perl's documentation? perlreftut Perl references short introduction perldsc Perl da

about reference

2007-03-17 Thread Jm lists
Hello members, What's the difference between Perl's reference and C's pointer? I'm always confused about them.Thanks for any direction. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/