Help for this page
PerlCtrl -t > xlsls.ctrl
package MyControl; ... return $lsstr; }
PackageName => 'MyControl', ControlName => 'MyVeryOwnControl', ... Properties => { }, # end of 'Properties'
PerlCtrl xlsls.ctrl
Created 'xlsls.dll'
regsvr32 xlsls.dll
Sub unrun() Dim objMyControl ... 'testing the result of our unix listing/command MsgBox objMyControl.doit End Sub