|
Posted by Pit on March 10, 2005, 2:22 pm
Please log in for more thread options
Hi Folks
a question to designing a mega-widget.
I would like to create a mega-widget that contains two simple entry's and
accordingly two text-variables.
the mega-widget should be created as follows:
my $megawidget->MegaWidet(-var1 => $var1,
-var2 => $var2);
How to process this into the mega-widget ?
Has somebody any examples or other ways in order to check this ?
Thanks
Pit
|