| Thread | Last Post | Replies |
|
| Namespace Recommendations for Abuse Reporting Utilities | 28 Feb 2006 21:22 GMT | 4 |
I've been working on a module for one of my own projects and a few friends suggested that it would be useful for other projects as well. I'm not quite sure where it should fit in namespace wise though. Some of the functions already implemented in the module:
|
| Perl/Tk build fails on HP-UX | 28 Feb 2006 20:59 GMT | 2 |
I am trying to build Perl/Tk so I can install the tcl-tk perl module and I am having some difficulty. I see many others have had similar problems with builds on HP-UX which I am somewhat new to. OS: HP-UX 11.11
|
| Net::Telnet => Will cd ( change directory ) command work ? | 28 Feb 2006 14:54 GMT | 2 |
I am new to this module, Net::Telnet. Pls let me know, once you logged in to a remote system using telnet module in perl, is it possible to change directory in romote session ? I tried, but i am not able to do so.
|
| Module name - File::Trash::FreeDesktop | 27 Feb 2006 20:58 GMT | 1 |
I am unsure what to name a module that implements the freedesktop.org Trash standard. Freedesktop::Trash seems to be the obvious name, but there's nothing in the Freedesktop top-level namespace.
|
| Naming advice for a templating module | 27 Feb 2006 13:15 GMT | 2 |
yes, yes, a templating module. Shush. This one differs because it’s a pure-XML approach. The templates must be well-formed XML, and the design of the template language is built to ensure, as best as possible, that the output is
|
| Help regarding HTTP::Request:POST | 27 Feb 2006 05:52 GMT | 2 |
I'm facing an issue with the HTTP::Request:POST function. My Code is trying to post some content to other applications and should get an appropriate response. Some of the calling applications reside on the same server as my application and a few reside on some other
|
| Unable to connect a website using LWP | 26 Feb 2006 20:28 GMT | 15 |
Iam trying to connect to a website ftp://ftp.rcsb.org/pub/pdb/data/structures/all/pdb/ to download files from there. I am using LWP for the same and I am getting the following Error
|
| Listing all modules used by program? | 25 Feb 2006 10:47 GMT | 5 |
Greetings all, I'm trying to figure out how to automatically list all the modules used by a particular program. The closest I've come is creating a CPAN autobundle but this includes
|
| MSVC++ link error | 24 Feb 2006 07:19 GMT | 1 |
i downloaded swig recently to interface perl with c. I was trying to run thr example codes. When i try to build he code i receive the link error saying .
|
| open3 and STDERR blocking | 23 Feb 2006 09:39 GMT | 9 |
I'm currently using open3 to launch ssh sessions, when I use -vvv with ssh the process is blocked. when I close STDERR before the open3 call, it works, except I lose all information on STDERR. I've tried to dupe that handle to STDOUT and
|
| Math::GMP Make Test error on Itanium running HP-UX 11.23 | 21 Feb 2006 14:45 GMT | 5 |
I am receiving the following error when I do a make test for Math::GMP 2.04: make test PERL_DL_NONLAZY=1 /opt/perl-5.8/bin/perl "-MExtUtils::Command::MM" "-e"
|
| ANNOUNCE: AFS Perl API 2.4.0 released | 20 Feb 2006 16:10 GMT | 1 |
AFS Perl API Version 2.4.0 I am pleased to announce the AFS Perl API 2.4.0 release The AFS module bundle is a dynamically loadable extension to Perl. It gives the AFS user and administrator access to many of
|
| A problem with Math::Prime::XS | 20 Feb 2006 04:59 GMT | 7 |
I don't know what exactly the problem is with this module. But watch this: 1st program: ---------------------------------------------------------
|
| XML::Simple Problem | 18 Feb 2006 02:00 GMT | 5 |
I am calling a Web Service from perl and I am getting back the XMLOutput in the form of a perl hash. I am trying to convert the XMLOutput back into perl format back everytime I pass the perl hash to the XMLin method it throws an error saying "read on filehandle failed.
|
| Module loading order | 17 Feb 2006 15:29 GMT | 1 |
Description: package A; my $instance; sub new {
|