From: Davide P.C. <dp...@un...> - 2005-07-05 00:15:16
|
> OK. I have one conflict. > > The terms such as $matrix = new Matrix; > > (Matrix is the old style matrix) are not working -- probably a > conflict with the Parser::Matrix objects. > > Nearly any example that uses PGmorematricmacros.pl or > PGdiffeqmacros.pl will give an error about not being able > to recognize Matrix. OK, I'll look into it. The only thing I can think of that would cause this is the presence of the Matrix subroutine (which is being defined by Parser.pl, which PGanwermacros.pl now loads). Parser::Matrix won't conflict directly with Matrix, or we would have seen that long ago, I think, as the Parser::Matrix package has been loaded with the Parser from the very beginning. Davide |