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
0
votes
1 answer

Creating an executable program from a Perl script

I am trying to make an executable program from a finished perl script. I installed the PAR::Packer module without difficulty. However, I do not believe I am doing this properly. Below is the code inside the script I want to compile: use…
storm5510
  • 23
  • 3
0
votes
3 answers

Strawberry Perl Module Errors

I am having a devil of a time getting additional modules in Strawberry Perl to load. I have a small script sent to me by an acquaintance. I can get everything to load properly, except for a single item. Below are the messages: Note: This is on…
storm5510
  • 23
  • 3
0
votes
1 answer

how to get the value of last executed command in strawberry perl

I am trying to execute a simple strawberry perl script for file copy to get the code from the last executed command. But I get 0/success in all the case. Code from my test.pl script use File::Copy; use strict; use warnings; my $source_file =…
0
votes
1 answer

regex strawberry perl (windows) one-liner to fix multiple linefeed (0a) characters

In Windows, a report from MS SQL server comes to me with embedded duplicate line feeds that cause errors when reading into LOAD DATA INFILE in mySQL in a Windows environment. I fix this using three Strawberry Perl one-liners in a Powershell…
wistlo
  • 250
  • 3
  • 11
0
votes
1 answer

How do I run build files through Strawberry Perl command line?

I am using Strawberry Perl and the command line. I need to know how to install packages like MinGW. I've downloaded MinGW from Github and I need to run the following command- ./build --mode=gcc-4.8.1 --arch=x86_64 But it doesn't work. Am I doing…
Ravaal
  • 3,233
  • 6
  • 39
  • 66
0
votes
2 answers

Getting Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line 109

I am trying to install Bugzilla. For that Strawberry perl, Microsoft IIS, MySQL are installed with latest versions. Followed guidelines given on Bugzilla installation page for windows. Whenever I run checksetup.pl, all necessary perl modules related…
0
votes
2 answers

Strawberry Perl - Search and replace in Windows

I am trying to execute the following command: perl -pi -e 's,vaadin-element,color-picker,g' *.* demo/* test/* src/* theme/*/* (following this document) Unfortunately it seems that the window distribution of pearl I use has some issues with the…
JDC
  • 4,247
  • 5
  • 31
  • 74
0
votes
1 answer

Installing FFI-Platypus on Strawberry perl 5.28.1

When I am trying to install FFI::Platypus on straweberry perl 5.28.1 I get the below messsage. Any idea what might be wrong? xs/windl.o:windl.c:(.text+0x12c): undefined reference to `EnumProcessModules' xs/windl.o:windl.c:(.text+0x185): undefined…
jsor
  • 637
  • 4
  • 10
0
votes
1 answer

Problems installing "autovivification" module in Strawberry Perl

I have Strawberry Perl installed on my Windows 10 computer. I have been able to successfully install a number of CPAN modules, but I am getting stuck on the autovivification module. It hangs on the make test part of the installation and I have to…
Damian Green
  • 633
  • 2
  • 8
  • 13
0
votes
1 answer

Strawberry Perl: can't build Tcl module

I am having trouble building the Tkx module with Strawberry Perl on a Windows 10 platform. It is failing on the Tcl dependency. The errors are: Tcl.o:Tcl.c:(.text+0x65): undefined reference to `__imp_Tcl_GetStringFromObj' Tcl.o:Tcl.c:(.text+0x15e):…
Colin Wu
  • 611
  • 7
  • 25
0
votes
1 answer

DBD::Pg compilation error (Windows 10 / Strawberry Perl)

I'm trying to install the DBD::Pg (3.7.4) module on my windows 10/Strawberry Perl, but the compilation failed For that I downloaded the module on metacpan and executed following command in the windows terminal: perl Makefile.PL…
N. Hereman
  • 33
  • 6
0
votes
1 answer

What are all these executable file in the Strawberry Perl folders?

I have downloaded Strawberry-Perl-5.12.1.0 for Windows and was using it for many days. Today I have realized that there is some folder which has many executable files in it. The folder structure is: c cpan cpanplus perl ppm win32 What do all these…
vrbilgi
  • 5,703
  • 12
  • 44
  • 60
0
votes
0 answers

Unable to create class in Strawberry Perl

I'm learning Perl to write code for an assignment about text mining. Currently, I'm trying to implement OOP in Perl using the sample code from here: https://www.tutorialspoint.com/perl/perl_object_oriented.htm The problem is, I am unable to run the…
Muhamad Iqbal
  • 742
  • 1
  • 4
  • 17
0
votes
1 answer

CPAN install Module::Install fails passing tests (strawberryperl)

I'm completely new to Perl, so maybe there is something obvious I'm not seeing. I'm using perl to compile PostgreSQL database (C++) and I need to call an "install" command (here there are PostgreSQL installation instructions, and source files with…
jgsogo
  • 706
  • 1
  • 9
  • 18
0
votes
1 answer

Resolving issues regarding installation of PHP::Interpreter module on strawberry perl

I have been facing this issue while installing PHP::Interpreter on the cpan client of strawverry perl. cpan> install PHP::Interpreter Database was generated on Tue, 02 May 2017 06:44:13 GMT Running install for module 'PHP::Interpreter' Checksum…