package myModule; sub new { my $this = {}; bless $this; return 1; } sub start_table { my $color = shift; my $width = shift; my $height = shift; print "
\n"; } 1;