| Thread | Last Post | Replies |
|
| problem installing MATH::MATLAB module | 31 Aug 2006 23:26 GMT | 5 |
Has anyone tried installing the MATH::MATLAB module on a Windows XP, Netserver (apache+perl+php+mysql) system? I am having trouble starting the web server when I add the lines in the config file, as instructed by its install directions. You can find this
|
| Re: CPAN::Forum update atom [was rss] feed per PAUSEID | 31 Aug 2006 20:41 GMT | 1 |
On 8/30/06, A. Pagaltzis <pagaltzis@gmx.de> wrote:
> But note that if you're going to publish feeds, you should skip > straight to the Atom format, which is just as widely supported |
| please helpme: Net-SNMP-5.2.0 module | 30 Aug 2006 05:21 GMT | 4 |
this is my first post to this ng, sorry if my question appears stupid or misplaced. I'm writing a perl script to monitor some JBOSS variables via SNMP, but I've a problem passing a community string different from 'public'.
|
| CPAN::Forum update rss feed per PAUSEID | 29 Aug 2006 22:41 GMT | 7 |
After a long time, recently I had some spare time to work on CPAN::Forum. The change that might be the most important for most of the module authors is that from now you can subscirbe to e-mail alerts to any module based on your PAUSEID. That includes any future modules as well.
|
| Conditional compile if 64-bit cpu, in .xs ? | 29 Aug 2006 10:23 GMT | 6 |
Greetings xs folk. Suppose I have a bug-fix in a .xs file looking like v0 &= 0xffffffff; which is only necessary on 64-bit architectures... For speed reasons I'd like to not include that line on 32-bit machines. Is there some
|
| explain code section please... | 29 Aug 2006 02:09 GMT | 6 |
Can someone please explain this code section to me. This is from the O'reilly book. learning objects,references. I see the end result, but i am not sure how and in what order it runs. I see that the $callback variable is a reference to the subroutine,
|
| Net::Server - problem getting STDERR (or is it STDERR??) | 28 Aug 2006 18:21 GMT | 1 |
So - I figured that if in procress_request() i was to call a procedure that didn't exist... ie: sub process_request { &ksjdflksjdf;
|
| Catalog() in Win32::ODBC for MySQL | 27 Aug 2006 13:51 GMT | 1 |
I'm trying to pull the table information from MySQL using the Catalog() method and it gives me errors... Here's an example of my code: -----------------------------------------------------------------------------
|
| skip path prune | 27 Aug 2006 07:57 GMT | 6 |
How do you use the prune function to skip a printing all of the contents of a folder? It will not print folder 3 but does print the contents of folder 3 which I do not want printed. #!C://Perl/bin/perl
|
| Modules for hash functions? (ie, common algorithms for computing hash keys, not manipulating perl hashes) | 27 Aug 2006 01:47 GMT | 1 |
Are there any modules out there for common string hashing algorithms? I've got a project where I'm going to be setting up a database of texts, potentially large, amongst which we'll need to be able to identify duplicate texts quickly.
|
| Perl module that simplifies creation of packages? | 26 Aug 2006 00:11 GMT | 7 |
I recall that there is a perl module that simplifies creation of packages with nice accessors. Like, I could use that module and do just a few things so that my class would have great get and set functions, etc, without doing much. I have no recollection of its
|
| Help for first-timer module install | 24 Aug 2006 08:14 GMT | 2 |
Hi I am using cpan to install a module, but perl seems to have problems finding the module or recognising it has been installed. Can anyone provide a quick fix? cheers,
|
| Invalid signature errors, CPAN, gpg | 24 Aug 2006 00:18 GMT | 3 |
When I try to install some packages (most notably Bundle::CPAN) using CPAN, I get the following errors: gpg: Signature made Mon Feb 27 01:57:02 2006 EST using DSA key ID A317C15D gpg: requesting key A317C15D from x-hkp://pgp.mit.edu:11371 ...
|
| [name]@cpan.org mail addresses | 23 Aug 2006 10:59 GMT | 7 |
Slightly offtopic, but I guess most people here will have some idea. I've set up my @cpan.org address on PAUSE to forward to my home mail account. But every time I try to send a test mail there, I get a bounce: -----
|
| Net::Server - how to hook post_accept | 21 Aug 2006 18:15 GMT | 4 |
Heya I'm using Net::Server with the PreFork personality - and I'm trying to hook post_accept. I would like have my proc called each time there is a new connection.
|