| Thread | Last Post | Replies |
|
| Phalanx Phoenix: Mentored Maintenance of CPAN Modules | 30 Nov 2006 14:14 GMT | 3 |
Perl Seminar New York, sponsor of monthly technical meetings in New York City since 2000 (http://tech.groups.yahoo.com/group/perlsemny/), announces the initiation of "Phalanx Phoenix: Mentored Maintenance of CPAN Modules."
|
| Installing DBI-1.53 on Solaris | 30 Nov 2006 09:07 GMT | 6 |
I am having problems installing DBI. # perl Makefile.PL runs ok but the when I enter # make I get the following: gcc -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -fno-strict-aliasing
|
| Install DBD::Oracle crashes | 26 Nov 2006 19:17 GMT | 1 |
This is in regards to my previous long winded question regarding installing DBD::Oracle Well, I started from scratch and just untarred the binaries. I am running HP 11.00 B.11.00 U 9000/785
|
| Updating a module that's included in another distro | 26 Nov 2006 11:26 GMT | 7 |
I've just uploaded a new version of Geo::Gpx. My permissions for Geo::Gpx are listed as 'first-come'. The previous version of Geo::Gpx was included in Geo::Cache. My new version provides legacy support for the functionality in that
|
| Problem with installing modules | 25 Nov 2006 14:05 GMT | 2 |
Hello. I'm new here, but started to use Perl. I need to install few modules, such as Win32::API. This one, and some other just can't install. The problem is like this: Clausal Language 5.81.16
|
| how do I list modules | 24 Nov 2006 04:55 GMT | 6 |
Two questions for this mac os x 10.4 users one how do I list all of the Net::? modules? {I was looking for net::dns but it's not loaded} two Is there another module that will let me query nameservers for mx,
|
| How to deprecate a module ? | 24 Nov 2006 01:50 GMT | 5 |
I've just moved my Inline::C2XS module to InlineX::C2XS (after a bit of discussion on the Inline mailing list) as it should never have been in the "Inline" namespace to begin with. So now I need to "deprecate" Inline::C2XS - so that those who find it on
|
| Class::Singleton 1.03 bug fixed but can't contact author. What to do? | 23 Nov 2006 00:23 GMT | 2 |
I patched Class::Singleton because when objects were being stored in an instance of it, their destructors weren't being called when Perl terminates. Also incorporated is a CVS tag patch so that a "cvs export -kv" doesn't cause syntax errors. Unfortunately the author (Andy ...
|
| Perl DBD-oracle wont install complains about ld: Mismatched ABI --HP 11.00 | 21 Nov 2006 22:12 GMT | 1 |
I have installed: http://mirrors.develooper.com/hpux/gcc-4.0.2-11.00.sd.bz & http://mirrors.develooper.com/hpux/perl-5.8.8-dor-11.00.sd.bz
|
| Trouble installing from CPAN | 20 Nov 2006 20:47 GMT | 2 |
Not sure if this is the right place to ask, if not I'll be happy to be redirected. I installed an updated OS recently (Mandriva 2007) and have had trouble installing perl modules since. I initially had a lot of 'no rule to make
|
| perl xml check for element closure | 19 Nov 2006 02:41 GMT | 1 |
I'm interested in writing a perl script that checks an xml document for proper element closure only. There is no dtd associated, so this is really the only type validation I could think of... Is there an easy way to do this via perl? All I'm looking for is a simple 0 or 1 return
|
| Spreadsheet::ParseExcel | 18 Nov 2006 19:19 GMT | 3 |
I am not able to use the functions RowRange() and ColRange() available with the package Spreadsheet::ParseExcel::Worksheet. They return value 0 and -1 indicating that the worksheet is empty (which is definitely not the case) and not the correct values for the range. Has anyone
|
| CPAN tool problems, Windows XP | 17 Nov 2006 19:45 GMT | 7 |
I'm having problems using CPAN under ActiveState Perl (version looks like 5.6.1 as far as I can tell) on Windows XP Home. I installed ActiveState Perl as straightforwardly as possible -- double-click on the installer icon and let it run -- on an otherwise Perl-less machine
|
| Devel::StackTrace | 16 Nov 2006 23:21 GMT | 1 |
I'm trying to use Devel::StackTrace 1.13 I have a module that I want to limit it's scope to reporting just one module. I can't even get it to limit according to the docs.
|
| beginner question on use of Frontier::Client | 15 Nov 2006 16:48 GMT | 2 |
I'm attempting to write one of my first perl programs. It is to interact with an internal web service. I'm having something basic going wrong: use Frontier::Client ;
|