| Thread | Last Post | Replies |
|
| SOAP::Lite creating remote objects | 31 Mar 2006 17:41 GMT | 1 |
Im using SOAP::Lite to create a SOAP client, and I need to create an object which has its structure defined in a WSDL file. All of the samples i have found related to object creation/handling with SOAP::Lite relates to handling returned objects, but I need to
|
| E-Mail Problems - MAIL_MESSAGE | 30 Mar 2006 00:09 GMT | 2 |
I have the below script hosted on a website which i run. The problem is that someone seems to be using it to send SPAM out vie the HTML form i use for people to input thier details. I have hardcoded the recipient into the CGI script so does anyone know how they can manage to ...
|
| Telnet to multiple systems, continue on failure | 29 Mar 2006 19:56 GMT | 3 |
I'm trying to telnet to multiple system IP address that I'm loading from a file. However, if one of the telnet connections fails, the scripts stops. I want it to continue trying to telnet to the rest of the devices in the list even if connections fail. I'm fairly new at
|
| Problem around bignum | 29 Mar 2006 11:53 GMT | 2 |
I have a question: Why bignum fails? #!/usr/local/bin/perl -w use bignum; $DIV= 7**3;
|
| GD.c: 533: error: syntax error before "void" | 28 Mar 2006 16:40 GMT | 2 |
Trying to build the GD module. Any clues appreciated. I've rebuilt prerequisite libs. I've added local -I -R params to Makefile.PL and to gcc command line. I've removed random params from gcc command line. :-)
|
| Problem with set_sql in Class::DBI::Loader::mysql | 28 Mar 2006 13:41 GMT | 2 |
I'm developing a system based on Maypole, which in turn is based on Class::DBI::Loader. SQLite was being used for testing, until then everything was fine. But when I switched over to mysql, its corresponding Loader class complains about not having the set_sql
|
| named arguments to XS function? | 27 Mar 2006 23:54 GMT | 2 |
i'm wondering if it's possible to pass named arguments to an XS function like so: $myObj = Package::Bla->new(arg1=>"hello", arg2=>"world"); in XS i'm not sure what to ask for on the argument list. if i just take
|
| Help with lost CPAN account | 27 Mar 2006 22:26 GMT | 1 |
Sorry...this is likely going to the wrong place...but I am trying to resuurect a lost CPAN account so some updates can be made...for which a) i dont have the passord and b) the email address listed is now defunct. Is there a czar of CPAN to whom i can bring this issue?
|
| Unable to load module | 27 Mar 2006 06:39 GMT | 4 |
I had to do a workaround during installation of a Perl module. Since the client's machine does not permit installation of a C compiler, I had to compile the module on another machine running the same OS and Perl. I copied the pm file and directory under lib and auto. This
|
| [RFC] Data::FormValidator::Filters::HTMLScrubber - new module proposal | 25 Mar 2006 09:55 GMT | 2 |
I just realized Data::FormValidator::Filters::HTMLScrubber, a simple DFV filter that allows to scrub/sanitize html in form field values. It's available for evaluating and testing at: http://modperl.it/Data-FormValidator-Filters-HTMLScrubber-0.02.tar.gz <http://modperl ...
|
| CJK Unified unicode translator | 23 Mar 2006 13:51 GMT | 2 |
Does any one know of a translator, preferably one implemented in perl, that will translate CJK Unified code points to their respective language code points. If I understand the concept of the CJK Unified code points, these code points render as glyphs that are basically the same ...
|
| compiling/add modules when no root access | 23 Mar 2006 07:37 GMT | 2 |
Is there a way for me to compile/use modules when I do not have root access to a Unix box? Can I modify the Makefile or set an environment variable, etc.? Thank you,
|
| MakeMaker and data files | 23 Mar 2006 00:28 GMT | 2 |
hi people, I'm beginning to use MakeMaker and have some problems with it: I need to install some auxiliary data files, and I can't figure out how to tell that to MakeMaker.
|
| New Module Proposal - Math::Interval | 21 Mar 2006 12:36 GMT | 13 |
I have a need to create a module to perform calculations with intervals. Since I was unable to find anything on CPAN that fit I thought I would package up my code and submit it so that others can benefit from my work.
|
| Net::SSH2 'hijack' | 21 Mar 2006 08:39 GMT | 4 |
This is something I didn't know about CPAN. You CAN upload a module with the same name and number as one already there, IF you don't have the same CPAN id (but perhaps the module needs to be registered under your name.)
|