in reply to WIN32OLE program to compare

"But after executing the .exe generated from the script there is no ouput. Anyone please guide me where is the problem"

So it runs as you'd expect as a perl script prior to packaging? Are you running the exe on the same computer as the script? Can you show us how you generate the exe?

Replies are listed 'Best First'.
Re^2: WIN32OLE program to compare
by suvendu4urs (Initiate) on Aug 19, 2010 at 16:16 UTC
    Yes i am executing the exe on the same computer where i have the script....... But the exe is not generated by me as i donot have WIN32OLE package installed in my PC. Hope my friend is doing ccperl file.pl then if it is ok... converting this to perlfile to exe .....

      ccperl? Clear Case Perl by IBM or do you mean perlcc? Either way perlcc states:

      The code generated in this way is not guaranteed to work. The whole codegen suite (perlcc included) should be considered very experimental. Use for production purposes is strongly discouraged.

      Install Win32::Ole and pp on the machine which script does run, and package your script yourself.

      Update: For clarification, I'm suggesting you package this script on your own computer using pp.