Parent Directory
|
Revision Log
|
Patch
| Revision 1050 | Revision 1310 | ||
|---|---|---|---|
| 1 | BEGIN { | 1 | BEGIN { |
| 2 | be_strict(); # an alias for use strict. This means that all global variable must contain main:: as a prefix. | 2 | be_strict(); # an alias for use strict. This means that all global variable must contain main:: as a prefix. |
| 3 | 3 | ||
| 4 | } | 4 | } |
| 5 | |||
| 6 | package Complex; | ||
| 5 | *i = *Complex1::i; | 7 | *i = *Complex1::i; |
| 6 | package Complex; | ||
| 7 | |||
| 8 | @Complex::ISA=qw(Complex1); | 8 | @Complex::ISA=qw(Complex1); |
| 9 | 9 | ||
| 10 | 10 | ||
| 11 | 1; | 11 | 1; |
|
||||||||
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |