# add directory to start of @INC at compile-time BEGIN { shift @INC, 'C:/strawberry/perl/site/lib' } #### C:\Documents and Settings\spullabhotla\Desktop\Perl>simpleapp.pl Can't locate Wx.pm in @INC (@INC contains: C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) at C:\Documents and Settings\spullabhotla\Desktop\Perl\simpleapp.pl line 11. BEGIN failed--compilation aborted at C:\Documents and Settings\spullabhotla\Desktop\Perl\simpleapp.pl line 11.