- or download this
use strict;
...
my $lesson = My::Lesson::Example->new;
- or download this
# INCARNATION
package My::Lesson::Example;
...
my $lesson = My::Lesson->new( lesson => 'My::Lesson::Example' );
- or download this
# ABSTRACTION
package My::Lesson;
...
}
}