At 12:00 AM +0100 12/20/04, [EMAIL PROTECTED] wrote:
Please
Lets have two scalars variables in Perl and some operation under
them like an adding.
x = a + b
I would like know, witch auxiliary variables are creating
on the in-line code like a Parrot
somethink like T = a + b
x = T ?
[EMAIL PROTECTED] writes:
> Please
> Lets have two scalars variables in Perl and some operation under
> them like an adding.
> x = a + b
> I would like know, witch auxiliary variables are creating
> on the in-line code like a Parrot
>
> somethink like T = a + b
> x = T ???