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

Here is the result when I executed these.
C:\>ftype PerlScript=perl.exe %1 %* Access is denied. Error occurred while processing: PerlScript. C:\>assoc .pl=PerlScript Access is denied. Error occurred while processing: .pl.

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.

 Control Panel\All Control Panel Items\Default Programs\Set Associations

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

    Access is denied.

    This mean :) Access is denied.

Re^10: Upon doing perl -V to resolve the problem with wxPerl::Constructors
by Anonymous Monk on Sep 13, 2012 at 03:35 UTC

    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

      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.