sub new { my $class = shift; my $self = { ## I do not know parameters ?? }; bless $self, $class; return $self; } [download]
In reply to Creating consructor new with empty $self by vit