| Thread | Last Post | Replies |
|
| Module meta data | 31 May 2004 19:10 GMT | 2 |
could someone, please, tell me how some modules get meta data like "module is a devloper release" and the DLSIP definitions so I can get some of my modules listed on search.cpan.org. All this information must be right in front of me but it seems I have a temporary doc blindness.
|
| looking for program to generate documentation for perl modules | 31 May 2004 13:39 GMT | 1 |
I'm looking for program to generate documentation for perl modules like "doxygen" for C. does something like this exist? I need to make docomentation for one perl library.
|
| Problems installing GD.pm | 30 May 2004 23:20 GMT | 1 |
When I try the "make test" portion of the GD.pm install, I get the following. I've verified all my libraries are there. Any ideas? Thanks! ==============================
|
| ExtUtils::Embed and C++ | 29 May 2004 22:41 GMT | 1 |
I'm starting a project where a C++ library would have to instatiate a pesistent Perl interpreter. I found an error that's easily reproductible by trying the example "Persistent Interpreter" from perldoc perlembed, but
|
| ANN: MP3::Tag alpha release | 29 May 2004 11:19 GMT | 3 |
I think I beefed up MP3::Tag to the state that it contains about 95% of capabilities I would wish... There are several more (more or less trivial) features to add (like freedb connection instead of reading the file from disk, or fetching the info from playlists), but the gist
|
| getting rid of some unmaintained modules | 28 May 2004 11:57 GMT | 5 |
I have released 3 modules to CPAN earlier, when I thought it is fun to have some modules up there. Actually they don't do much there so I'd like to get rid of them. Two of them have never really worked so I can safely assume no one uses
|
| exporting variables from modules? | 28 May 2004 09:47 GMT | 5 |
I'm reading the modules documentation here: http://perldoc.com/perl5.8.4/pod/perlmod.html#Perl-Modules Right below the example module code there, it says this: use Cwd; # import names from Cwd::
|
| RFC: instance::vars | 28 May 2004 07:42 GMT | 2 |
I've put together something that I don't know what to call. My working name is "instance::vars", in lowercase because it's similar to the "use vars" pragma. However, instead of defining package variables, it works on lexicals within a class. It works with "use fields" to allow ...
|
| Problem installing NET::POP3 module | 27 May 2004 23:29 GMT | 1 |
I am trying to install the NET::POP3 module to an ActiveState Perl 5.6 installation (using PPM) and am getting an error. The error states I need to install the MIMEBASE64 module. However, I am still getting the error after installing that package.
|
| IO::Sockets | 27 May 2004 21:01 GMT | 2 |
I am trying to use sockets to have a server that takes a message then returns down the socket that it was ok and give back an id. I can get the server ok but i can't understand how to get the client to read in from the socket after send its message.
|
| tables inside PDF | 27 May 2004 14:12 GMT | 2 |
I was looking into CPAN for a module that will help me create tables inside PDF document. I also need to create the PDF document in A4-landscape size. I need to embed small .jpg logo also in the PDF document.
|
| XML::RSS with ActiveState perl? | 27 May 2004 09:25 GMT | 3 |
Can you use the XML::RSS module with ActiveState perl? It doesn't seem to be in the ActiveState's package repository. Downloading XML::RSS from cpan.org and looking at the install it says to use "make" which doesn't seem to come with ActiveState. (is this
|
| which in perl | 26 May 2004 17:54 GMT | 3 |
I need to determine if a certain command is available in my Makefile.PL script. Is there a module or command that provides something similar to the unix which utility?
|
| html::tableextractor | 25 May 2004 23:51 GMT | 3 |
I have a problem. I'm trying to write a perl script that would extract the data from html table (the html table is a part of email) . So, I found a perl module in cpan.org site ( html::tableextractor) can be help me, but the module description is not very exhaustive. Where Can I ...
|
| PAR executables not honoring perl5opt | 25 May 2004 19:50 GMT | 1 |
I just installed PAR 0.81 on my ActivePerl 5.6.1 for Win32 (build 629). When I use pp to create an executable, everything works fine if I don't have perl5opt set to include any modules (I normally have it set to -MWild in order to include automatic wildcard expansion; Wild.pm is ...
|