package WritE; require Exporter; @ISA = qw(Exporter); %EXPORT_TAGS = (':win' => [qw/color title write fill box/], ':tk' => [qw/mw geo/], ':all' => [qw/:win :tk/] );