in reply to Re^9: Upon doing perl -V to resolve the problem with wxPerl::Constructors
in thread Upon doing perl -V to resolve the problem with wxPerl::Constructors

I have also went ahead and changed program the .PL extension to the .PL notepad, earlier it was associated to Strawberry at the below location as I am using the Windows7.

You can also disable execution of .PL files by modifying pathext, as help ftype explains

  • Comment on Re^10: Upon doing perl -V to resolve the problem with wxPerl::Constructors

Replies are listed 'Best First'.
Re^11: Upon doing perl -V to resolve the problem with wxPerl::Constructors
by Anonymous Monk on Sep 13, 2012 at 23:03 UTC

    Now, I am getting an error when I tried executing the scripts, just to see if there is any change. The error that the system throws is :

     wxmsw28u_core_VC_custom.dll is missing
      report it to your administrator / vendor
      More details please. Did you install Alien::Wx? In any case, notice it is asking for the VC version of Wx, not the GCC version.

        I am sure that it did not ask for VC version of Wx, not the GCC version. This I did it in Strawberry. I had problems with installing Alien::wxWidgets and Wx from Perl64, due to the reason I chose Strawberry to install on my machine. I initially had installed Wx(improperly though), then I have installed Alien::Wx per monks advise.