Parent Directory
|
Revision Log
Changed the defintion of *i to be inside the Complex package. this and the change to dangerousMacros seems to have cured bug #116 --Mike
1 BEGIN { 2 be_strict(); # an alias for use strict. This means that all global variable must contain main:: as a prefix. 3 4 } 5 6 package Complex; 7 *i = *Complex1::i; 8 @Complex::ISA=qw(Complex1); 9 10 11 1;
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |