Re: auxiliary variables

2004-12-20 Thread Dan Sugalski
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 ?

Re: auxiliary variables

2004-12-19 Thread Luke Palmer
[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 ???