in reply to Re: Interfacesin thread Interfaces
sub methodOne { my $self = shift; print "Error: Use of undefined Abstract Method by $self\n"; } [download]