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