in reply to need advise on how to tackle an automation program using perl.

Speaking from experience with attempting to gui-manage/automate MS Office programs in perl - I'd suggest you dont do it, unless you already have MS app automation experience.

Instead, (much as I hate M$), I'd recommend doing it in Excel's built-in VBA - which will provide much-needed object propery/method expansion , and GUI building tools (perhaps netbeans does this for you).

In perl - you will absolutely need to install modules to get this to work - and there will be a considerable learning curve.

Cheers, and good luck.

        The best defense against logic is ignorance.

  • Comment on Re: need advise on how to tackle an automation program using perl.

Replies are listed 'Best First'.
Re^2: need advise on how to tackle an automation program using perl.
by perlynewby (Scribe) on Oct 24, 2015 at 01:38 UTC

    thanks, I now will look into Visual basic tutorials...

    for mean while, does anyone have a suggestion on a "AUTOMATION" project using tk and perl? I can not think of one.

    I seem to make thinks too difficult for a newbie

    I will appreciate suggestions greatly!