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
1
vote
0 answers

Win32::TieRegistry Not Returning All Values

I'm trying to get a list of installed programs by enumerating registry keys. As a test, I'm doing this: #!perl use warnings; use strict; use Data::Dumper; my $registry; use Win32::TieRegistry ( 'ArrayValues' => 1, 'Delimiter' => '/', …
Nick Coons
  • 3,682
  • 1
  • 19
  • 21
1
vote
0 answers

CPAN-Yaml process error

I followed the answers mentioned in this question, but still my problem is not solved. I tried: o conf yaml_module YAML::XS I then tried changing this to: YAML::Sync YAML YAML::Tiny but no luck. Whenever I tried to install cpan modules the…
1
vote
1 answer

Perl Par::Packer Can't find module issue

I have a perl program that uses WWW::Mechanize::Firefox on windows 7 32bit with strawberry perl. It works fine with the command C:\>perl testcase.pl. When I compile it with C:\>pp -o testcase.exe testcase.pl it compiles with no errors. When I run…
1
vote
1 answer

Archive::Zip install fails on Strawberry Perl

I installed Strawberry Perl. I then tried to install Archive::Perl module using CPAN, failed. I then tried installing other modules like Log::Log4perl, successful. Platform - Summary of my perl5 (revision 5 version 20 subversion 1) configuration: …
Quest Monger
  • 8,252
  • 11
  • 37
  • 43
1
vote
2 answers

Find if Perl executable is portable

I'm trying to patch a program that checked for a portable version of perl like this: use Config; my $is_portable = $Config{userelocatableinc}; This does not work on Strawberry Perl, and thus the program is failing. I am using Perl 5.20.1,…
Nate Glenn
  • 6,455
  • 8
  • 52
  • 95
1
vote
1 answer

Strawberry Perl SCP

I'm trying to follow the example shown in Net::SCP I'm using strawberry perl with eclipse in my windows dev machine. Eventually the script will be run on a linux server to distribute some config files as part of a deploy process. Eclipse complains…
James Oravec
  • 19,579
  • 27
  • 94
  • 160
1
vote
1 answer

permission denied to open file for writing using perl

I have a problem that I have tried to get to work. First, I wrote a PERL Script a long time ago and it is on another server. We are creating a new server, and I have downloaded/installed Strawberry PERL 64-bit. I am now checking all of my PERL…
1
vote
0 answers

Issue while installing any Strawberry Perl Module

I'm trying to install a module for Strawbeery Perl on Windows 7 and I'm getting this weird error message: E:>cpan Deep::Encode CPAN: CPAN::SQLite loaded ok (v0.203) Creating database file ... Global symbol "$gzerrno" requires explicit package…
1
vote
1 answer

Perso-Arabic Characters are not correctly shown on the command-line

I am trying to run a simple perl code that uses Persian/Arabic characters: #!/usr/bin/perl use strict; use warnings; print "سلام"; I am using strawberry perl on Windows 7. When I fire up the command line and execute the program, the message shown…
Omid
  • 2,617
  • 4
  • 28
  • 43
1
vote
1 answer

Perl Network Drive Installation

I need to be able to run a few simple Perl scripts off of an NTFS (win server 2003 R2) drive. Is there any way to install Perl on this network drive (Strawberry or ActiveState, Strawberry preferred for built in cpan module compiler) and be able to…
aton82
  • 13
  • 5
1
vote
1 answer

SVG to PDF (with Perl Cairo?)

In a perl script, I try to convert svg files to pdf. This works great by just refering to Inkscape: system "inkscape -D -z --file=$in --export-pdf=$out"; But it is enormously slow even for little 100 KB files, I mean it can be minutes per file,…
Martin
  • 1,395
  • 1
  • 11
  • 33
1
vote
1 answer

What is the syntax to pass a list to ack?

I have installed strawberry-perl on my windows 7 laptop. I want to search for a list of words using grep or ack on windows. I have been able to perform basic searches using ack, but I just don't know how to pass a list of words to ack So I want to…
abhi
  • 3,082
  • 6
  • 47
  • 73
1
vote
1 answer

Perl cpan DBD::Oracle installation error

I'm using Oracle XE 11.2 on Windows 7. When I try to run on perl shell cpanm DBD::Oracle I received this work log -> FAIL Configure failed for DBD-Oracle-1.68. with a portion of explanation The ORACLE_HOME environment variable value…
Charlesliam
  • 1,293
  • 3
  • 20
  • 36
1
vote
2 answers

Perl package is installed but still see error

I have just installed the package in my system using the instructions described in the question "How to install .pm to run the perl script" Now, I am trying to run the Perl script But I still see the following error: Win32::OLE operating in…
Lost
  • 12,007
  • 32
  • 121
  • 193
1
vote
0 answers

Error when creating HTTPs key and cert in prompt

Using Apache 2.2, SSL is configured. I am creating the key and temporary cert in command prompt. When I use openssl genrsa -des3 -out server.key 1024 I am returned this output : WARNING: can't open config file: …