in reply to Re: Peculiar Perl/R Problem - Memory?
in thread Peculiar Perl/R Problem - Memory?

If a CPAN module is missing an essential method you want, I suggest it is easier to write a new little package that merely:

- inherits the CPAN module, e.g. using @ISA

- defines the required new method

One world, one people

  • Comment on Re^2: Peculiar Perl/R Problem - Memory?