Perl/Tk saves your favourite tools | |||
Main back: OO in Perl -1 next: OO in Perl -3 |
A The require 'Animal::Human'; use vars '@ISA'; @ISA = 'Animal::Human';As you see, the newer syntax is more abstract, and does not conflict with use strict .
| ||
Created by Mark Overmeer with PPresenter on 11 juli 2001. |