| Thread | Last Post | Replies |
|
| detecting the invoking perl | 29 Dec 2004 17:58 GMT | 4 |
In the bryar distribution, i write out a bryar-newblog script that sets up a blog in the current directory. There is a bug filed on rt.cpan.org about this script's reliance on /usr/bin/perl. I am nearly always using a custom compiled perl in /usr/local/bin/perl so this
|
| 2 versions of a module installed? | 29 Dec 2004 17:02 GMT | 2 |
Hi. I think I have currently got two versions of Net::DNS installed on my system. Perl has always run fine on my system and I've never needed to delve into its inner workings but I appear now to have some problems (specifically, I have just upgraded spamassassin to 3.0.2 and am now
|
| field method for Win32::IE::Mechanize | 29 Dec 2004 16:50 GMT | 1 |
I'm trying to execute the following (still incomplete) script: use strict; use Win32::IE::Mechanize; my $ie = Win32::IE::Mechanize->new(visible=>1);
|
| modperl and apache handlers | 29 Dec 2004 00:28 GMT | 2 |
I'm having some problems understanding the running order of apaches protocol handlers. I have written a simple mod-perl handler that handles all html request. However I do not want my handler to interfere with RTSP and PNM
|
| Memory Leak in Math::Pari | 27 Dec 2004 23:22 GMT | 4 |
From documentation of v2.010601: A memory leak on the PARI stack was possible in a rare situaton: if a PARI function returning a value which is not on stack (very few possibilities: gnil, gun etc.) is called when no
|
| dbsetdefcharset problem.... | 27 Dec 2004 18:35 GMT | 1 |
Hi, I'm trying to set the charset to UTF-8 for my DB connection in a perl script. This is what I'm doing: $charset = "utf8"; $dbh_archive->dbsetdefcharset($charset);
|
| Pretty Printing (maybe with PDFs ?) | 27 Dec 2004 17:52 GMT | 2 |
Hello, perhaps someone can help me. I'm in the process of updating some in-house software written in Perl. The printing feature currently prints out reports in tried-and-true monospaced ASCII text. I would like to update this a tad, using some different fonts/styles and some
|
| Module Name | 27 Dec 2004 16:24 GMT | 17 |
I'm designing a new module to include a little rewritting language on Perl. It will be based on Filter::Simple. First, I imagined : Text::Rewrite
|
| Module Class::Stringify? | 27 Dec 2004 13:41 GMT | 5 |
I've noticed that when authors validate string values as inputs, they often check that the value is not a reference. The problem is that it disallows objects that are overloaded to behave like strings.
|
| LWP::Simple::get returns undef for some Web pages | 27 Dec 2004 08:42 GMT | 6 |
I'm trying to write a sub that can get all sorts of Web pages, and find that LWP::Simple::get works well for most non-authenticated pages, but not for all. Below is some sample code to illustrate. Any ideas on why the first get() fails to return anything but undef?
|
| Howto run pre-install perl modules | 27 Dec 2004 02:53 GMT | 1 |
Using the latest cpanel which has tons of pre-installed perl modules. There is no documents on how to run the these modules. I have no access to uploading these modules and placing them on my website so how can I run these modules from my website. If someone has a short example on ...
|
| AutoCommit | 25 Dec 2004 03:21 GMT | 2 |
I am writting an application in MS Access/VBA. I have an event that will enter information into (so far) two tables via dynamic SQL scripts: 1. INSERT info. into table A
|
| File::Spec version 0.08 required--this is only version 0.87 | 25 Dec 2004 03:19 GMT | 1 |
Lo all: Getting this weird error: File::Spec version 0.08 required--this is only version 0.87 at /usr/lib/perl5/5.8.3/File/Temp.pm line 129.
|
| [ANNOUNCE] Test::MockRandom 0.92 | 24 Dec 2004 02:29 GMT | 1 |
NAME Test::MockRandom - Replaces random number generation with non-random number generation SYNOPSIS
|
| compile problems with XML::LibXML | 23 Dec 2004 12:09 GMT | 2 |
All, I am trybing to install XML::LibXML v 1.58 and am getting the foloowing compile problems: perl-libxml-mm.c: In function `nodeC2Sv':
|