Questions tagged [strawberry-perl]

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

Strawberry Perl is a environment for MS Windows containing all you need to run and develop perl applications. It is designed to be as close as possible to perl environment on UNIX systems.

Resources:

250 questions
2
votes
1 answer

Why doesn't Strawberry Perl call my DllMain?

I'm trying to port Win32::Setupsup, a rather crusty old C++-based module intended to work with Visual C++, to Strawberry Perl and the MinGW GCC that it uses. I've pretty much got it working except for one thing. The C++ part of the module has a…
cjm
  • 61,471
  • 9
  • 126
  • 175
2
votes
1 answer

Installing Padre (IDE) on ActivePerl?

When I go to Padre's official download site: http://padre.perlide.org/download.html, I see that the only option in Windows is to download DWIM Perl 5.14.2.1 (v7) which comes with Strawberry Perl. What if I just want to use Padre the IDE on my…
Amelio Vazquez-Reina
  • 91,494
  • 132
  • 359
  • 564
2
votes
1 answer

Perl+Excel: "use Win32::OLE::Const" not having an effect

I have been working on a project on a Windows 7 system, using StrawberryPerl v 5.014 and Win32::OLE. I am trying to use a second PC running Windows XP SP3, to have the same project developed in parallel. On the new system, I have installed…
Helen Craigman
  • 1,443
  • 3
  • 16
  • 25
2
votes
1 answer

What do I do about the error "Not a HASH reference"?

I am trying to execute user created Perl script, usage: my.pl [-map ] [session2] Produces statistics about the session from a Wireshark .pcap file where: is the type of data in the pcap file (wlan, ethernet or…
P P
  • 137
  • 3
  • 13
1
vote
1 answer

Perl Packer not operating as expected

I've recently installed the Perl Packer module to compile my perl scripts into exe packages. I'm running strawberry perl setup on a windows 32-bit machine. When I attempt to run the pp -o command, I get an error stating that Perl is not part of my…
steventnorris
  • 5,656
  • 23
  • 93
  • 174
1
vote
1 answer

error when installing module Text::Unaccent

trying to install the Text::Unaccent module I have next error, Can someone help ? C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Unaccent.o:Unaccent.c:(.text+0x96): undefined reference to…
Jean-Luc
  • 19
  • 1
1
vote
0 answers

Embedded Scripting language as customization point for (Strawberry) Perl and C#

I am investigating the options of creating customization logic in a Client/Server application. I envision that the customer will be writing the logic in scripting language, stored in configuration files. The client side is written in C# (NET 3.5)…
HelloSam
  • 2,225
  • 1
  • 20
  • 21
1
vote
1 answer

Strawberry Perl MSI installation error - 1603

I tried to install Strawberry perl version 5.32.1.1 using the MSI installer for our 2016 windows 64 bit server. msiexec.exe /i "C:\StrawberryPerl\strawberry-perl-5.32.1.1-64bit.msi" /L*V C:\StrawberryPerl\Strawberry-Perl.log" The installer opened…
1
vote
1 answer

Strawberry Perl warning Subroutine Config::STORE redefined from perl libs?

I'm maintaining a few Perl scripts and recently I noticed that many of them output Subroutine ... redefined warnings from some "system" stuff, that is not from any code we've written. A stripped down example I could come up now is: #!perl -W use…
Martin Ba
  • 37,187
  • 33
  • 183
  • 337
1
vote
0 answers

Perl Compiling PP issue in Strawberry Perl

I am having issues with compiling in Windows (Strawberry Perl v5.32.0) a script that references a custom module. My Perl skills could be rated as a 3/10 with 10 being the best and have researched this problem to the best of my ability. When I run…
1
vote
0 answers

Git::Repository and Strawberry Perl

I installed this Perl Module Git::Repository from cpan , i am using strawberry Perl v5.28.1 . when i am trying the following : use Git::Repository; $r = Git::Repository->new( work_tree => 'C:\Users\dave\Documents\my_test\.git' ); #$r->run( add =>…
dave
  • 867
  • 1
  • 5
  • 11
1
vote
1 answer

Strawberry Perl installation of Encode::JIS2K fails

I have installed the newest version of Strawberry Perl and installed several modules without any errors. However, the module Encode::JIS2K is stubbornly failing to install: C:\PDFCrop\biblatex-biber-2.15>cpan Encode::JIS2K CPAN: CPAN::SQLite loaded…
Manuel Weinkauf
  • 330
  • 1
  • 16
1
vote
1 answer

Why can't perl locate a module that exists in @INC?

I've been running a perl script from python successfully for a while. I've just moved everything to a new computer (both are running Windows 10) and I'm running into issues. When running the script I get the error: Can't locate DBI.pm in @INC (you…
Jossy
  • 589
  • 2
  • 12
  • 36
1
vote
1 answer

Using perl script to fill up hard drive - can this be done more efficiently?

I have written a Perl script (Strawberry) to fill up some old hard drives with some semi-random numbers a couple of times before sending them to recycling. The script creates a ~ 100mb file with random 0's and 1's which is then written 10 times into…
Snorik
  • 201
  • 3
  • 15
1
vote
1 answer

How to run file in strawberry perl portable 5.10.0.1 with arguments?

screen image here Hi can someone tell me how to run a perl program with arguments in strawberry perl portable? The problem is that before we were using DZsoft where there is an icon "run in command prompt" in "arguments:"we typed input file and…
M8 Dim
  • 23
  • 7