Version 5.12 of the Perl programming language.
Questions tagged [perl5.12]
6 questions
16
votes
7 answers
Arrow up and down does not work any more in Perl debugger and CPAN client
I used to use Active Perl on my Mac OS X (v 10.7.5) and then I switched to the one provided via mac ports (v 5.12.4).
Now when I run the CPAN client or the perl debugger, I cannot access the history using ArrowUp and ArrowDown, what is shown at the…

agaved
- 258
- 2
- 9
5
votes
3 answers
How can I get a working Data::Alias in Perl 5.12?
I like Data::Alias. It seems to be broken in 5.12. Can it be fixed? Will it be fixed soon? Is there any nice alternative?

Ryan C. Thompson
- 40,856
- 28
- 97
- 159
2
votes
4 answers
perl cgi threads
I am having bit of a problem with my cgi web application, I use ithreads to do some parallel processing, where all the thread have a common 'goal'. Thus I detach all of them, and once I find my answer, I call exit.
However the problem is that the…

cyber-guard
- 1,776
- 14
- 30
1
vote
1 answer
makefile:513: pod/perlintern.pod Segmentation fault (core dumped) When installing specific perl version in dockerfile
I am trying to install perl 5.12.3 onto a Fedora 33 Docker image in my dockerfile however when I attempt to build the image I am faced with this error:
/bin/sh: line 1: /dev/tty: No such device or address
make[1]: Leaving directory '/'
make[1]:…

Dallas H
- 13
- 2
0
votes
1 answer
Why do I get Dependency 'p5.12-xml-parser' not found error?
I am trying to install digikam via MacPorts (too bad there isn't a HomeBrew for this) and I keep getting the following error:
Error: Dependency 'p5.12-xml-parser' not found.
Error: Status 1 encountered during processing.
I thought that perhaps I…

jbranchaud
- 5,909
- 9
- 45
- 70
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