Hello,

I am trying to call a certain method from an object. Take a look ..

Regular way of calling the method

$myobject->callmethod(@params); 


this is what I would like to achieve

$temp = "callmethod";
$myobject->{$temp}(params); 


Any help would be appreciated.

Roee Rubin
Irubin Consulting
[EMAIL PROTECTED]
===================
Check out the new http://www.irubin.com !!!

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to