Tagged Questions

48
votes
10answers
19k views

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 have been using ActivePerl from ActiveState but recently I switched to Strawberry ...
23
votes
6answers
8k views

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 platform (I guess there's just Perl on other OSes :). Wikipedia says that Strawberry ...
11
votes
3answers
2k views

How do I create drag-and-drop Strawberry Perl programs?

I've got a Strawberry Perl program that accepts a single-file as a command-line argument. How can I set things up such that I can drag and drop the desired file onto the Strawberry Perl program (or a ...
10
votes
4answers
12k views

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 decided he definitely wants to use it. He managed to get Strawberry Perl installed on his ...
6
votes
2answers
218 views

All of a sudden, perl scripts don't work unless I prefix them with “perl” and give full path to the script

I've been using my own personal environment that's worked consistently for over 20 years. I started incorporating many perl scripts about 14 years ago. I've been using the same tree of command-line ...
4
votes
1answer
107 views

“Out of memory” with simple Win32::Unicode::File readline loop and Strawberry Perl

The issue I have can be found by running the following code in Strawberry perl 5.12.3.0 on Windows XP. #!/usr/bin/perl -w use strict; use warnings; use Win32::Unicode::File; use ...
3
votes
2answers
117 views

Why is it discouraged to use PPM perl modules with Strawberry perl on Windows?

Can anyone shed light on why people would be making this comment? I've seen several threads on stackoverflow (like this one) where people say this. It seems to me that PPMs are nothing more than ...
3
votes
1answer
269 views

Installing Gtk2 on portable strawberry

I downloaded "strawberry-perl-5.12.2.0-portable" and "gtk+-bundle_2.22.1-20101227_win32". I extracted strawberry-perl in some directory and there I put gtk folder with gtk stuff. In portableshell.bat ...
2
votes
2answers
197 views

installing modules using strawberry perl

Until now I used activestate perl ,and used the ppm for installing modules. the last week i moved to strawberry perl but i don't know how should I install modules using the strawberry perl could ...
0
votes
2answers
102 views

site and site\lib directory locations for Perl on Windows

I am a PHP programmer and have just been assigned task to work on some Perls stuff - I need to install modules. But can anybody clarify for me the difference between 'lib' and 'site\lib' when install ...