use Widget; my $w = new Widget; return $w->widgets->checkbox; # --- or -- use Widget::Checkbox; my $wc = Widget::Checkbox; print $wc->checkbox;