activeperl Questions

3

I installed Strawberry Perl on my windows XP operating system. Later I tried to execute the .XML file but it's throwing error as below. I also tried Active Perl and also getting the same error. I ...
Litter asked 10/10, 2013 at 17:8

8

Solved

I have set up a local Perl web environment on my Windows machine. The application I'm working on is originally from a Linux server, and so the shebang for source .pl files look like so: #!/usr/bin/...
Slaw asked 10/1, 2010 at 9:16

3

I'm compiling OpenSSL with Visual Studio 2015. I have installed: Visual Studio 2015 on Windows 10. ActivePerl-5.24.0.2400-MSWin32-x64-300558. nasm-2.11.08-win32. OpenSSL source code by git clone ...
Personage asked 22/8, 2016 at 9:45

2

Solved

New to using sublime text 2 and I'm wondering how to get it to point to the activeperl.exe (on win7). I'm testing out the compiler to make sure it works with something simple like: $x = 1; $print...
Newsprint asked 8/10, 2012 at 21:48

3

I have perl scripts which were running in Windows 7 just fine as of this morning. I made the mistake of using NotePad as the default for opening/editng my .pl files. Now, when I attempt to run the ...
Humiliate asked 15/12, 2013 at 23:30

4

Solved

I've recently installed ActivePerl 18 (v5.18.2) 64bits on Windows 8.1, and ppm keeps producing the same error : DBD::SQLite::db selectrow_array failed: database disk image is malformed. Here's an ...
Owsley asked 16/11, 2014 at 21:33

5

Solved

I am new to Perl and I am using ActivePerl. I am getting the following error: Can't locate XML/LibXML.pm in @INC... I have tried everything but cannot find the steps to install the "correct" m...
Turkey asked 7/9, 2009 at 22:18

10

Solved

I'm totally new to Perl, but I'd like to try it out. I read about two rival distributions available for Windows platform (I guess there's just Perl on other OSes :). Wikipedia says that Stra...
Bubble asked 29/7, 2010 at 17:53

2

Solved

I cannot get in-place editing Perl one-liners running under ActivePerl to work unless I specify them with a backup extension: C:\> perl -i -ape "splice (@F, 2, 0, q(inserted text)); $_ = qq(@F\...
Gaberdine asked 11/4, 2010 at 11:38

3

Solved

I have installed Active Perl (v5.14.2, 64-bit, for Windows) and my code containing use Switch; started to fail with the error Can't locate Switch.pm in @INC (@INC contains: C:/Perl64/site/lib C:/Pe...
Clamper asked 28/4, 2012 at 3:17

3

Solved

I've got a project written in classic asp, and a particular form's submit is handled by a Perl script. I'm going to do an enhancement for this project. I installed the latest version of ActivePerl...
Interpellant asked 23/1, 2012 at 3:19

4

Solved

I have the following Perl script. I am trying to run it in Windows 7 using ActivePerl: #!c:\Perl64\bin\perl.exe -w use strict; my $mp3splt_exe = 'c:\Program Files (x86)\mp3splt\mp3splt.exe'; my...
Unstep asked 20/11, 2010 at 19:36

5

In ActivePerl, "ppm" installs a package from the Internet, "ppm install x.ppd" installs from a ppd file, but most CPAN packages are distributed as .tar.gz How do you supply modules to a machine ru...
Slipsheet asked 20/10, 2008 at 16:34

5

Solved

Using Perl, without using any extra modules that don't come with ActivePerl, how can I create a string of 8 characters from 0-F. example 0F1672DA? The padding should be controllable and exactly 8 c...
Ariellearies asked 26/4, 2012 at 15:33

4

I used to delete my ActivePerl once, and all the installed modules were lost. So now I am very careful with this kind of issue. Due to some reason, I want to use Strawberry Perl now, while keeping ...
Wolframite asked 2/4, 2012 at 8:7

5

Solved

I'm writing an app in Perl with several modules. I want to write some global constants that will be visible from everywhere, like this: #Constants.pm $h0 = 0; $scale = 20; And then use them with...
Redmer asked 8/2, 2009 at 10:37

4

Solved

I am learning Perl and wrote this script to practice using STDIN. When I run the script, it only shows the first print statement on the console. No matter what I type in, including new lines, the c...
Polymath asked 12/10, 2010 at 20:21

1

Solved

Hi I am using ActivePerl 5.10.1 on Win XP. I can't find Lex package from the PPM list. Can I install other package to enable Parse::Lex?
Tondatone asked 26/4, 2010 at 9:36

3

Solved

I'm using fork() on Perl on Windows (ActivePerl) for a basic socket server, but apparently there are problems (it won't accept connections after a few times), is there any workaround? Here is the ...
Gifu asked 14/3, 2010 at 0:23
1

© 2022 - 2024 — McMap. All rights reserved.