home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Invoke

$

obj


->Invoke(


method

, 

args


)

This object method calls the given method for $obj with args as arguments. It is useful for invoking methods that would interfere with predefined names in Perl, or methods that contain characters that Perl can't recognize. You can also use Invoke to call an object's default method by using either undef or an empty string ( " ) as the first argument.


Previous: 19.18 OLE Automation Perl in a Nutshell Next: Reference: LastError
19.18 OLE Automation Book Index Reference: LastError

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.