Performance
- sometimes you might want to go $_[0]->blah, return $_[1], etc.. rather than doing shifts, for performance reasons
Proper Oop
- don't forget to use sub DESTORY ot clean up things occasionally
- $self->SUPER::new
- perldoc perlboot
Random Notes / Ideas
- For treemap module, start test suite by calling each function in each module, and doing an 'ok' on it.
- Javascript keypress event to change HTML slides
![[ home ]](/images/ivory.png)