in reply to Re: 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 installed wxPerl::Constructors. Here is the cpan shell says below.

C:\strawberry>cpan Set up gcc environment - gcc.exe (gcc-4.6.3 release with patches [buil +d 20120411 by perlmingw.sf.net]) 4.6.3 cpan shell -- CPAN exploration and modules installation (v1.9800) Enter 'h' for help. cpan> install wxPerl::Constructors Reading 'C:\Perl64\cpan\Metadata' Database was generated on Tue, 11 Sep 2012 10:39:03 GMT wxPerl::Constructors is up to date (v0.0.4). cpan>
  • Comment on Re^2: Upon doing perl -V to resolve the problem with wxPerl::Constructors
  • Download Code

Replies are listed 'Best First'.
Re^3: Upon doing perl -V to resolve the problem with wxPerl::Constructors
by Anonymous Monk on Sep 12, 2012 at 17:37 UTC
    Ok, but then what is the problem ?

      The scripts are not getting executed. The console is throwing the error below.

      C:\Documents and Settings\xyz\Desktop\Perl>winframe.pl Can't locate Wx.pm in @INC (@INC contains: C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) at C:\Documents and Settings\spullabhotla\Desktop\Perl\winframe.pl line 6 +. BEGIN failed--compilation aborted at C:\Documents and Settings\spullab +hotla\Desktop\Perl\winframe.pl line 6.

      Here is the update for Wx too.

      C:\strawberry>cpan Set up gcc environment - gcc.exe (gcc-4.6.3 release with patches [buil +d 20120411 by perlmingw.sf.net]) 4.6.3 cpan shell -- CPAN exploration and modules installation (v1.9800) Enter 'h' for help. cpan> install Wx Reading 'C:\Perl64\cpan\Metadata' Database was generated on Tue, 11 Sep 2012 10:39:03 GMT Wx is up to date (0.9911).

        Now you're switching to strawberry perl, again?

        You can't be serious.

        Why aren't you typing "perl winframe.pl" instead of "winframe.pl"? "cpan" is a bat file that contains embedded Perl, in the /bin folder.