Re: niave question about Parrot::Opcode

2001-09-20 Thread Damien Neil
On Wed, Sep 19, 2001 at 01:40:31PM -0400, Pat Eyler wrote: > I realize that the $count inside the if block shown masks the $count > declared outside the while loop, but (to me) this would be easier to > understand if the inner $count where changed to $numParams -- it is more > obvious on casual re

niave question about Parrot::Opcode

2001-09-19 Thread Pat Eyler
parrot hackers, I'm not going to pretend to be a wizened hacker, but I've got a couple of questions about Parrot::Opcode that I hope you could answer. 1) _load looks like: sub _load { # # # my $count = 1; while (<$fh>) { # # # if (@params && $pa