Wonderful! Can you please show me a code snippet that explains how I can tie the callbacks functions in Perl code to the ribbon definition? For example, I need to define a callback function in Perl to set the name of a label for a group that is defined by the following tag:
<group id=”myGroup” getLabel=”myGetLabel”>
I am assuming that I have to use Win32::OLE->WithEvents but I am not sure how to do it.