I am confused - how does skipping a Perl prototype avoid duplicating Perl array handling in C? Perl's arrays are really efficient at doing certain operations and those are the
I am going to need to do in C if I decide to use an array as my datastructure. The point of the Perl prototype is so that I can
what I need to do. Besides, there is more to the project than just this data structure.