Content-Type: text/html Content-Length: 4020
| var value | |||
|---|---|---|---|
| local | not local | self | |
| MAIN vars | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | two_2 | two_3 |
| first a instance (dynamic, has @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | undef | two_3 |
| Runtime added method with [;locals;] | undef | undef | three_3 |
| Runtime added method without [;locals;] | undef | undef | four_3 |
| second a instance without setting vars (dynamic, has @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | undef |
| Method without [;locals;] | undef | undef | undef |
| Runtime added method with [;locals;] | undef | undef | undef |
| Runtime added method without [;locals;] | undef | undef | undef |
| a without setting vars (static, has @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | undef |
| Method without [;locals;] | undef | undef | undef |
| a (static, has @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | undef | two_3 |
| b (static, no @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | two_2 | two_3 |
| b (dynamic, no @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | two_2 | two_3 |
| Runtime added method with [;locals;] | undef | undef | three_3 |
| Runtime added method without [;locals;] | undef | four_2 | four_3 |
| c (static, child of 'a', no @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | two_2 | two_3 |
| c (dynamic, child of 'a', no @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | two_2 | two_3 |
| d (static, child of 'a', has @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | undef | two_3 |
| d (dynamic, child of 'a', has @OPTIONS in self) | |||
| Method with [;locals;] | undef | undef | one_3 |
| Method without [;locals;] | undef | undef | two_3 |