Parent Directory
|
Revision Log
moved PG modules and macro files from webwork-modperl to pg -sam
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 *i = *Complex1::i; 6 package Complex; 7 8 @Complex::ISA=qw(Complex1); 9 10 11 1;
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |