in reply to COM Object
Did I transform this over correctly?I don't know. Did it produce the results you were expecting? If not, how did it deviate from your expected results when you executed your code? Were there any error messages produced?
It is good practice to add these to your code because they aid in debugging:
use strict; use warnings;
|
|---|