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

Strawberry Perl Is %ENV An Ordinary Object

So, In Strawberry Perl, %ENV appears to be an ordinary hash (at least it isn't tied), but it also appears to resolve keys case insensitively. This makes sense given that environment variables are case insensitive in PowerShell (I am not sure of the…
Greg Nisbet
  • 6,710
  • 3
  • 25
  • 65
3
votes
1 answer

How to call a perl script from a Windows powershell script

Can anyone please let me know how to call a perl script from a Windows powershell script (.ps1)?
user4948790
  • 31
  • 1
  • 3
3
votes
2 answers

Perl 5.20.1 version downloaded.How to set up the path?

I downloaded strawberry perl 5.20.1 to my windows 7. I also installed cpan module. However when I run the program, it still shows that cannot find NET::OpenSSH Should I make correct path in environment variables on my computer? If yes, how an what…
user4004393
3
votes
3 answers

Migrate from activeperl to strawberry perl

I have a perl code that I run in windows, with activeperl 5.8 on apache2.2 and mysql as databse. I was just curious, could I migrate to strawberry perl without breaking anything in my system? How can this be done? Is there any good resource for…
Prabhu
  • 5,296
  • 4
  • 37
  • 45
3
votes
1 answer

Run and monitor process and capture all its output with Perl (on Windows)?

I would like to be able to do the following (and it should work on Windows): Run an external command / process Capture all its stdout and stderr (if any) Do this asynchronously (Script must not wait for process to terminate.) "Monitor": When the…
Martin Ba
  • 37,187
  • 33
  • 183
  • 337
3
votes
1 answer

Updating OpenSSL on Strawberry Perl

I have a portable Strawberry Perl version 5.18.1.1 which has OpenSSL Version 1.0.1e and I want to update it to 1.0.1g. Could someone help? What should I do in order to update my Strawberry Perl to OpenSSL 1.0.1g, including all the modules that…
user3019319
  • 326
  • 3
  • 9
3
votes
2 answers

Strawberry perl and pp file extension

Could Someone explain what are the .pp files on strawberry perl directory , for example i have the following file 64bit-5.16.0.1.pp and many other files with this extension . what this extension means (.pp) are those the builds of strawberry and if…
user3019319
  • 326
  • 3
  • 9
3
votes
1 answer

Strawberry Perl: forgets environment variables?

I've installed a number of modules into my Strawberry Perl running on Windows XP, such as: Regexp::Common URI::Find::Schemeless These libraries work fine in my perl code the first time directly after installing each module. The problem is that…
Mandy
  • 1,449
  • 1
  • 11
  • 10
3
votes
1 answer

How do I configure Strawberry Perl to run from something other than c:\strawberry?

I know that Strawberry Perl portable is out there for Perl 5.10.0, but so far, there is not one for Perl 5.10.1. As a result, I'm currently doing some experimental work in getting Strawberry Perl to run from a networked location, just to see what I…
Robert P
  • 15,707
  • 10
  • 68
  • 112
3
votes
3 answers

Converting a .exe to .pl in Perl?

I'm trying to get a Perl script (.pl) out of an executable (.exe) file. The .exe file was originally coded in Perl but the .pl file was not kept. Is there a quick way to do this? I'm using Strawberry Perl for windows. Thanks
odoc
  • 79
  • 2
  • 7
3
votes
3 answers

How do I compile a Perl module on Windows with Strawberry?

This is more an open discussion and a conclusion than a real question, hoping it can help someone sometime. I was looking on how to make Perl module on an Internet disconnected server (otherwise the answer is quite simple: use cpan), so the only…
gyzpunk
  • 380
  • 6
  • 11
2
votes
1 answer

Installing imagemagick perlmagick on Windows Strawberry Perl

Has anyone had any success recently installing imagemagick/perlmagick on Windows with recent versions of strawberry perl? I have read and tried many of the things suggested that I found online however none is very recent and none has worked for me.…
Tim
  • 57
  • 4
2
votes
1 answer

Strawberry Perl and PAR - run time error on other Windows machine: LWP will support https URLs if the LWP::Protocol::https module is installed

I have two Windows 10 machines, and on one of them, I have installed Strawberry Perl (version 5.30.1 if it matters). My script is using REST::Client, and on this machine, the script runs perfectly. I'm using PAR to make an .exe I can run either the…
2
votes
1 answer

Net::SSH2::Simple failed after update to Windows10

there On Net::SSH2::Simple, It has been no longer connected by ssh after update Windows7 to Windows10. With following error. Net::SSH2::net_ss_timeout: invalid object Net::SSH2::Simple=SCALAR(0x3f5c218) at C:/Strawberry/perl/vendor/lib/Net/SSH2.pm…
2
votes
0 answers

Compile mod_perl2 for strawberry 5.30 on windows

I have a problem compiling mod_perl2 for strawberry5.30 and apache2.2 on Windows. Version Details: Running: perl -v prints the following version information: This is perl 5, version 30, subversion 0 (v5.30.0) built for…
sydnej
  • 21
  • 2