B
bingo
Hi all,
I was wondering if anyone could help me with this one. I need to create
objects in Perl at runtime ...
Users enter the type of class ex.: (ClassA classB classC) which are all
children of classX
When i need to create an object i do
$handler = ClassX::ClassA->new();
Any hints on how i can create objects at runtime ?
Thanks for the help.
M.
I was wondering if anyone could help me with this one. I need to create
objects in Perl at runtime ...
Users enter the type of class ex.: (ClassA classB classC) which are all
children of classX
When i need to create an object i do
$handler = ClassX::ClassA->new();
Any hints on how i can create objects at runtime ?
Thanks for the help.
M.