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

See this list of OLE examples, tips, tutorials
  • Comment on Re^3: Win32::OLE -- How do you call a function within the application?

Replies are listed 'Best First'.
Re^4: Win32::OLE -- How do you call a function within the application?
by beartiger (Initiate) on Jun 13, 2011 at 18:16 UTC
    The answer, as it turns out, is to use the Application.Run method, like:

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

    Best regards,
    John