Top "Strawberry-perl" questions

Strawberry Perl is an open source community driven distribution of the Perl programming language for the Microsoft Windows platform.

How to compile a Perl script to a Windows executable with Strawberry Perl?

What would be the easiest way to compile a simple Perl script to an executable under Windows with Strawberry Perl (…

perl strawberry-perl perl2exe
Should I choose ActivePerl or Strawberry Perl for Windows?

I'm totally new to Perl, but I'd like to try it out. I read about two rival distributions available for …

windows perl strawberry-perl activeperl
Installing modules using Strawberry Perl

Until now I used ActiveState's ActivePerl, and used the ppm for installing modules. Last week I moved to Strawberry Perl, …

windows perl cpan perl-module strawberry-perl
Which version of Perl should I use on Windows?

The win32.perl.org web site provides references to several Perl distributions for MS Windows. For a long time I …

windows perl debugging strawberry-perl
How do I run programs with Strawberry Perl?

A coworker is trying to use ack (a Perl program) on his Windows machine, having tried it under Linux and …

windows perl ack strawberry-perl
How do I install a module? Strawberry Perl issues

I am trying to install a Perl module within Strawberry Perl on Windows 7. I'm running the below command and am …

perl module cpan strawberry-perl
How to Install DBD::Oracle in Strawberry Perl

I am trying to install DBD::Oracle using the CPAN shell in Strawberry Perl. I initially experienced an error because …

perl oracle dbi strawberry-perl dbd
How can I modify my cygwin environment to use Strawberry Perl instead of the packaged Perl distribution?

I currently use Strawberry Perl as my primary Perl distribution. However, I have some applications that make Perl calls through …

perl cygwin environment-variables strawberry-perl
'perl' is not recognized as an internal or external command

I have found old posts regarding this issue, but I haven't found a successful answer,that's why I decided to …

perl strawberry-perl
Omitting return statement in C++

I just had some weird behavior from a version of g++ for Windows that I got with Strawberry Perl. It …

c++ g++ strawberry-perl