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

is pip missing from the strawberry installer?

I recently installed strawberry perl, to get gitweb running with apache on a windows server. I have done this before by following a tutorial, found here: http://www.aptest.com/atm2/documentation/latest/readme/apache-windows.html#s-3 summary up to…
Henrik
  • 2,180
  • 16
  • 29
0
votes
3 answers

Strange Apache2::Cookie error under Strawberry Perl and mod_perl2

I have a set of scripts that run under ActivePerl 5.10. However, under Strawberry Perl 5.10, I get a strange error message: Can't locate object method "cookie_class" via package "MyCookie" (perhaps you forgot to load "MyCookie"?) at…
Kev
  • 15,899
  • 15
  • 79
  • 112
0
votes
2 answers

Strawberry Perl with mod_perl2: building Apache2 modules from CPAN

I have Strawberry Perl 5.10 and mod_perl2 installed per these instructions on the mod_perl mailing list without a problem. However, trying to install various Apache2:: modules that my scripts use result in errors. One (Apache2::Reload) I was able…
Kev
  • 15,899
  • 15
  • 79
  • 112
0
votes
1 answer

Strawberry Perl 5.12 as PostgreSQL 9.0's plperl on win32?

Has anyone had luck with this combination? So far I've gotten the message: ERROR: could not load library "C:/Program Files/PostgreSQL/9.0/lib/plperl.dll": The specified module could not be found. ...to go away by making a copy of perl512.dll and…
Kev
  • 15,899
  • 15
  • 79
  • 112
0
votes
1 answer

Openssl upgrade in Strawberry Perl

I want to ask that how can I upgrade the Openssl version from 0.9 to 1.0.* in Strawberry Perl version 5.10.*? PS: I do not want to upgrade the strawberry perl version as well as I am using windows environment. Thanks!
user1234085
  • 41
  • 1
  • 8
0
votes
1 answer

Perl modules requiring later versions of perl available on windows

I'm currently trying to port a copy of a script I wrote in perl that uses the Statistics::R module to communicate with R from a linux -based OS to a Windows 7 OS. I have been successful at installing R and Strawberry Perl onto the system, but have…
0
votes
1 answer

How can I tell when a Perl script is run on the console vs a Windows Scheduled Task?

I am using Strawberry Perl v5.22. I'd like to be able to determine when a script is being run in the console manually vs as a scheduled task, so as to alter the behaviour (e.g. change the log level to be more verbose and output to STDERR). I've…
Rob
  • 781
  • 5
  • 19
0
votes
1 answer

how to extract the whole word in the line when there is a match of my substring found perl regular expressions

I am parsing multiple log files from perl(Windows) generated on different dates. each file has only one line, which contains a pattern as below: notepad/version_number entry "notepad" is constant version_number varies for each file both are always…
whirlcano
  • 43
  • 1
  • 9
0
votes
1 answer

"wide character in print" causing cpan install failure

I have installed and used a module, MARC::Charset, on linux and OS x successfully. However, it is not installing correctly using Strawberry Perl. The "wide character in print" error occurrs frequently throughout the build log, specifically when it…
beasy
  • 1,227
  • 8
  • 16
0
votes
2 answers

simple command prompt one line into exe

I have a perl script that I run from the command prompt: 3 times a day, the problem is now I need to run it every two hours. Im not going to be on an episode of lost so I need some help. Here is the command: Perl C:/test/scripts/edi.pl Does anyone…
user404705
  • 11
  • 2
0
votes
1 answer

Perl ServerCommon module is missing in perl windows

I'm using Active perl version 5.22 on windows , When I try to execute a program it says serverCommon.pm is missing , you need to install serverCommon module but I couldn't find a module with the same name from internet, I tried the same for…
user4842110
0
votes
1 answer

perl not recognized as a command in Windows 7

There are other posts on the forum with similar titles, but I think my problem is different and hence am posting this inquiry here. What I encountered is the same (as other posts) in that I was "suddenly" prompted with an error message "perl is not…
B Chen
  • 923
  • 2
  • 12
  • 21
0
votes
2 answers

Cannot run any Perl scripts on Windows 8.1

I installed Active Perl 5.20 and also Strawberry Perl 5.20 after uninstalling Active Perl. In both cases, when I open cmd and type 'perl' I get: Unknown Unicode option letter ':'. This error also prevents all scripts from running on my Windows 8.1…
Kevin
  • 1
  • 1
0
votes
1 answer

Strawberry perl: need to use ampersand in a backtick command as a parameter, not as background

I am trying to get a "wget" post command to run from a perl script. I'm using strawberry perl on a Windows 7 machine. The post parameter includes ampersand (&) characters and when I run the wget inside of a backtick, the ampersand is treated like…
sjmyst
  • 1
  • 1
0
votes
1 answer

Perl: Looping through directories and getting a directory that doesn't exist?

So I've created a very simple Perl script to loop through everything on the C: drive and searching for things with a specific name. Now, It's giving me this error: Can't open directory C:\ProgramData\Application Data: Invalid argument at C:\Use …
Rogue
  • 636
  • 8
  • 22