> If anyone wants to do some really useful work, they can scout through > sv.c, av.c and hv.c, and summarise the functions that Perl 5 expects to > be able to perform on scalars, arrays and hashes. I've been meaning for a while to sit down and thoroughly go through sv.c to understand and document it. So, consider sv.c 'grabbed'; if no-one's done av.c and sv.c in the meantime, I may get round to them too. Dave. Thought for the day: % cd perl-current; grep '#define' *.[ch] | wc -l 12561
- Master-Apprentice and a "sneak peek" A. C. Yardley
- Re: Master-Apprentice and a "sneak peek" Nathan Torkington
- Re: Master-Apprentice and a "sneak peek&qu... Simon Cozens
- Re: Master-Apprentice and a "sneak peek" Dave Mitchell
- Re: Master-Apprentice and a "sneak peek" Dave Mitchell
- Re[2]: Master-Apprentice and a "sneak peek... A. C. Yardley
- Re: Master-Apprentice and a "sneak peek" Simon Cozens
- Re: Master-Apprentice and a "sneak peek&qu... Simon Cozens
- Re: Master-Apprentice and a "sneak peek" Dave Mitchell
- Re: Master-Apprentice and a "sneak peek&qu... Simon Cozens
- Re: Master-Apprentice and a "sneak peek" Dave Mitchell
- Re: Master-Apprentice and a "sneak peek&qu... Simon Cozens
- Re: Master-Apprentice and a "sneak peek" davem
- Re: Master-Apprentice and a "sneak peek&qu... A. C. Yardley