in reply to Re^3: Win32::OLE -- How do you call a function within the application?
in thread Win32::OLE -- How do you call a function within the application?

The answer, as it turns out, is to use the Application.Run method, like:

$oAccess->Run("myfunction","arg")

Best regards,
John
  • Comment on Re^4: Win32::OLE -- How do you call a function within the application?
  • Download Code