| Thread | Last Post | Replies |
|
| Windows and Perl | 31 Oct 2003 21:33 GMT | 1 |
How I can install these modules under windows xp? Crypt::Blowfish Crypt::CBC Crypt::Rijndael
|
| can i use libwww-perl to fill in blanks on page that uses javascript? | 31 Oct 2003 09:30 GMT | 1 |
Pretty facile question maybe: I'm not sure I understand if the libwww-perl library's ways of using the HTTP protocol will provide me the ability to fill in a javascript section of a web page just as it does with normal forms.
|
| module to access w3c validator | 31 Oct 2003 04:36 GMT | 8 |
I've been looking at getting at the W3C's HTML validation service and as there's nothing there that does what I want I was looking at knocking something up. Having checked with the maintainer of W3C::LogValidator we came up
|
| MQSeries and Perl on Windows | 31 Oct 2003 00:59 GMT | 1 |
I downloaded the MQSeries Module 1.20 frm CPAN. Now I want to install that on my XP Box (with Activestate Perl 5.8). So I do perl makefile.PL and I get an error saying
|
| name for a module that implements dynamic inheritance? | 30 Oct 2003 23:07 GMT | 5 |
So I want to write a module that lets you do something like this: my $class = hierarchy( 'Foo::Top', 'Foo::Middle', 'Foo::Last' ); my $foo = $class->new; my $other_class = hierarchy( 'Foo::Middle', 'Foo::Top', 'Foo::Last' );
|
| perl SOAP::Lite and Apache | 30 Oct 2003 14:23 GMT | 3 |
I have a SOAP web service implemented through a perl package SOAP_SERVER.pm The service makes use of apache together with mod_perl and SOAP::Lite which allows a SOAP-RPC request to be delivered to the perl package
|
| how to include modules in local dir | 30 Oct 2003 14:02 GMT | 4 |
I am a non-root user and i installed perl modules in a local dir and using them in perl scripts using the following methods use lib "<local_dir_name>";
|
| Problems installing GD.pm | 30 Oct 2003 13:53 GMT | 3 |
I want to install GD module ver 1.19. When I run make I get the following errors cd libgd && make -e all make[1]: Entering directory `/export/home/foxig/GD-1.19/libgd'
|
| Math::Pari - Solaris 2.8 sparcv9 - make test error | 29 Oct 2003 03:37 GMT | 1 |
Although I am able to make pari-2.1.5 with no problems, and Math-Pari-2.010500 seems to build just fine, make test fails. The general error is: PARI: *** Invalid arguments to divll. at [module] line [line].
|
| Understaing Win32::Process::Create | 29 Oct 2003 01:33 GMT | 1 |
I am trying to use a perl program to spawn about 10 other perl programs. I was using the Win32::Process module with no sucess. I was creating the process using the following syntax: Win32::Process::Create($proc,"logs.pl","host1.txt",0,NORMAL_PRIORITY_CLASS
|
| Mail::Mailer - Capturing SMTP error? | 28 Oct 2003 20:49 GMT | 1 |
QUESTION IN BRIEF: Using SMTP in Mail::Mailer how do I capture a 'user unknown' error as shown below from the debug info: Net::SMTP=GLOB(0x82c3370)>>> MAIL FROM:<justin@college.edu>
|
| Net::Traceroute::PurePerl problems | 27 Oct 2003 23:11 GMT | 1 |
I am running Net::Traceroute::Pureperl version 0.02 on a FreeBSD 5.1 i386 system, using perl 5.6.1. When I run the simple.pl program in the examples directory, I get the following error: substr outside of string at /usr/local/lib/perl5/site_perl/5.6.1/Net/Traceroute/PurePerl ...
|
| how to find the dimension of array?? | 27 Oct 2003 07:19 GMT | 2 |
the $cache{'flintstones0'} is array how can i fine it dimension?
|
| YACAM (Yet Another Class Accessors Module) | 26 Oct 2003 18:04 GMT | 1 |
Yeah, another one of those :) It's rather similar to Attribute::Property. It has a syntax rather similar to 'user overload': package MyClass;
|
| CGI-FastTemplate still around? | 26 Oct 2003 14:32 GMT | 2 |
I am looking at doing template for a CGI only site I am maintaining. I can across FastTemplate but it has not been updated since 1999. Is this a good solution or are there better (and faster) template systems. I am looking for a clean separation between code and HTML.
|