Q1: Suppose I have the following call into a sub named "foo":

foo($var1, $var2, $var3);

What should I set in I1? Is it 3?

And here:

foo($var1, @arr2, %hash3);

Is it still 3, since these aren't gonna be flattened?

Q2: I'm calling without prototyping

foo($var1, $var2, $var3, ... , $var23);

Here, what should I place in I2?  Is it 11 (as we have P5-P15) or
23 (considering the P3 register)?

Thanks (~:    <---- he's a boxer, that's why he has a borken nose

Reply via email to