http://qs1969.pair.com?node_id=255645


in reply to Re: Archive::Ar - pure perl way to handle Ar archives (comments encouraged)
in thread Archive::Ar - pure perl way to handle Ar archives (comments encouraged)

Heya, thanks for taking a look. In response:
  1. Typically all of the functions anyone would want to use are like_this, and everything that's "internal" is _likeThis or _like_this. I guess it's just a matter of style.
  2. I wasn't sure about the exporting, and learned my mistake several versions out. It's fixed in he one that's in CPAN.
  3. I actually come from C. The $self vs. $this thing
  4. I use $verbose == 0 because calling DEBUG() without parameters turns it on. With a 0 parameter, it turns it off. It needs to be numerically false and existing.
  5. The unless fileno thing is a good suggestion, and i'll update it when I put through some module fixes tonight.
It needs some compatibility testing. A pure perl Archive::Zip does sound like a good idea. hmmmm....

    --jaybonci
  • Comment on Re: Re: Archive::Ar - pure perl way to handle Ar archives (comments encouraged)