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
2 answers

VC++ linker issue

I am using strawberry perl and GDI+ in a project. Everything is getting compiled properly and I am able to run perl scripts in the Debug mode. But when I am building a release version of my project and then running it, it gives following error The…
Sarath Vuyyuru
  • 118
  • 1
  • 12
0
votes
1 answer

what does this error mean - installing perl module with cpan

I tried to install HTML::TreeBuilderX::ASP_NET with cpan on Windows 7. I have strawberry perl setup. Everything went smoothly until the end when I got the following. Is this something I should worry about? Test Summary…
user391986
  • 29,536
  • 39
  • 126
  • 205
0
votes
1 answer

perl error after activestate uninstall cygssp-o.dll

After uninstalling ActiveState I've been getting this weird error when trying to execute "perl" from the command prompt. The program can't start because cygssp-o.dll is missing from your computer. Try reinstalling the program to fix this…
user391986
  • 29,536
  • 39
  • 126
  • 205
0
votes
0 answers

Strawberry Perl and TLS 1.2 connection error with DBD::mysql

My company currently relies on ActivePerl for windows implementations, but are trying out Strawberry Perl. The only real problem we have hit is accessing MySQL when TLS 1.2 is required. We get the error "Can't connect to DB: TLS version used does…
0
votes
0 answers

How install TCOD::Key with Straberry perl (windows 10)

I have got Strawberry perl with windows 10. Using cpan I try to install TCOD::Key. The problem is the libtcod.h file is absent. I do not understand how install the libraria. D:\Documents>cpanm --force TCOD::Key --> Working on TCOD::Key Fetching…
0
votes
0 answers

installation errors for Perl Spreadsheet::Write

I'm trying to install Spreadsheet::Write using Strawberry Perl but getting an error. Please help if you can. perl -v reports This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x64-multi-thread Spreadsheet::Write is failing the…
Jorocco
  • 83
  • 2
  • 9
0
votes
1 answer

Perldl failing to plot. Gnuplot fails to deploy with cpan

Started separated topic with clean new install as suggested by Håkon Hægland. For those who are interested in solution, skip to end. Gnuplot failing to install. Problem described here Now removed all perl and started from clean install. Using…
armagedescu
  • 1,758
  • 2
  • 20
  • 31
0
votes
2 answers

How to access a hash in the main namespace from inside a module

I have my main Perl script which contains my $System = { Path => { root => 'hello' } } print $System->{'Path'}->{'root'}; # prints 'hello' How can I access the $System->{'Path'}->{'root'} variable from an external module? I…
Jose Faeti
  • 12,126
  • 5
  • 38
  • 52
0
votes
0 answers

Strawberry Perl version check

I am very new to strawberry Perl and installed the strawberry Perl (strawberry-perl-5.32.1.1-64bit.msi) on my windows 2016 server. After successful installation, I checked the version of the perl and it shows as below. Please advise what I am…
0
votes
1 answer

Unable to locate XML/Simple.pm in windows

I have strawberry perl installed in my C drive in windows and running a build from an existing big project. During the build there are some perl build scripts that needs to be executed and in the it throws the below error message: Below are the…
jxgn
  • 741
  • 2
  • 15
  • 36
0
votes
1 answer

CPAN "." is not recognized as an internal or external command - Windows 10

Trying to install PAM module on Windows 10 machine. currently not having much luck. not sure why I'm getting this error. cpan> install Authen::PAM Running install for module 'Authen::PAM' Checksum for…
SmashB101
  • 11
  • 2
0
votes
0 answers

Install Sqitch on Strawberry Perl Failed

I am trying to install Sqitch on Strawberry Perl (Windows 10) by following the steps from here but failed: Running Build for D/DW/DWHEELER/App-Sqitch-v1.1.0.tar.gz Building App-Sqitch DWHEELER/App-Sqitch-v1.1.0.tar.gz …
ireneh
  • 1
  • 2
0
votes
1 answer

To Convert CSV File to Hash Structure using TEXT::CSV_XS Module in perl

I've below code which is used to read a csv file and convert to hash. The Keys are dependent on the number of key columns that user need. use warnings; use strict; my %hash; my $KeyCols = 2; while () { chomp; my @cols = split…
Vinoth Karthick
  • 905
  • 9
  • 27
0
votes
2 answers

Dynamically Change the Key Value based on Delimiter in Perl

I'm reading from a CSV file and populating a Hash based on Key-Value Pairs. The First Column of the record is the key, and the rest of the record is the value. However, for some file I need to make first 2 columns as Key and the rest of the record…
Vinoth Karthick
  • 905
  • 9
  • 27
0
votes
1 answer

How to setting up Strawberry Perl v5.30 ISAPI support for IIS

Recently installed Strawberry Perl v 5.30.1.1 64 bits and need to enable the ISAPI support into IIS to run pl scripts. Was reading some articles and mention that the main dll file to doing it should be perlis.dll or PerlExXX.dll, unfortunately non…
JRod
  • 151
  • 1
  • 5