| Thread | Last Post | Replies |
|
| Perl and Libwnck API? | 31 Jul 2005 03:03 GMT | 1 |
I want to reproduce the GNOME Show Desktop applet as a Perl script. I see that the GNOME Show Desktop applet uses the libwnck API, but haven't seen the actual code that tells it what to do. Has anyone tried this before?
|
| Module for time tracking and billing? | 28 Jul 2005 23:19 GMT | 1 |
I'm looking for a Perl module/application that can help me track the amount of time I spend on various projects and then generate some reporting off that data to help me bill my clients. I currently use GnoTime, but it hasn't been updated in a while and I'd like
|
| Calling External DLL functions in Perl using Inline | 28 Jul 2005 16:15 GMT | 11 |
I am trying to call a DLL function from Perl using Inline as follows use Inline C => DATA => LIBS => '-lInlinetestLib'; greet();
|
| Unable to install 'Msql-Mysql-modules' | 28 Jul 2005 08:31 GMT | 2 |
I work with FC2, Perl v5.8.3, MySQL 3.23.58, and got installed 'Data-ShowTable-3.3' and 'DBI-1.48'. I'm trying to install 'Msql-Mysql-modules-1.2219', but get this error message when 'make':
|
| Can't decide on a module/function name for this one | 26 Jul 2005 19:06 GMT | 9 |
Hi, guys :-) I'm having trouble choosing a module name for this one. What the module does: It takes something like http://jose-castro.org/ttt/merlyn and returns
|
| Looking for Autrijus Tang | 25 Jul 2005 23:55 GMT | 1 |
In September of last year, I sent email to Autrijus Tang, the author of Module::Install about some bugfixes. I heard nary a peep, despite several follow-up emails. Does anyone know how I can contact him? Thanks,
|
| HTML::Template and __ODD__ | 22 Jul 2005 21:21 GMT | 2 |
I have the following code in one of my template files <tbody id='interfaceData'> <!-- TMPL_LOOP NAME="interfaceData" --> <tr <!-- TMPL_IF NAME="__ODD__" -->class="alternateRow"<!-- /TMPL_IF --> >
|
| Resume of the situation | 21 Jul 2005 18:09 GMT | 1 |
What you extract from your httpd.conf is what I have in mine except the FilesMatch "\.pl$" section, I'll try to add it this evening... For information I also add a line like "AddApplication application/x-perl-program .py" or something like that like for php
|
| installing mod_perl? | 21 Jul 2005 05:22 GMT | 1 |
I have installed apache 2 on ubuntu and it is running fine. Perl is not running on Apache , however. I downloaded mod_perl-2.0.1 and tried running the Makefile.pl to install. I get a warning that says:
|
| Debian Sarge mod_perl Apache 1.3 | 20 Jul 2005 21:44 GMT | 4 |
I try to set up apache and mod_perl, I added the location tag in httpd.conf and all that comes with it but when I try the URI of a pl file, my browser ask me if I want to save it: apache seems to not recognize the pl file as a perl script...
|
| BASIC language. | 20 Jul 2005 13:22 GMT | 4 |
In the old days of programming, I used to be able to write a few useful programs for my own personal use using BASIC. I had a commodore and I could write in BASIC. Heck, even the friends I had who used IBM 86 series computers had
|
| How can I call MFC functions from Perl | 20 Jul 2005 12:55 GMT | 1 |
How can I call MFC functions from Perl? Which module / method I should select? Inline:C ? Inline:CPP ? XS ? or SWIG? Regards, Sankaran
|
| Looking for Dominic Mitchell (author of Test::XML) | 20 Jul 2005 01:33 GMT | 2 |
Does anyone know how to get in touch with Dominic Mitchell, the author of Test::XML? I tried to send a patch to the email address listed in the module and it bounced. I've sent email to info@semantico.com (the info address on the Web site), but if they don't know, I'm hoping
|
| Can't locate loadable object for module Tk::Event | 19 Jul 2005 18:45 GMT | 6 |
I am in the process of moving the programs from an apache box to SUN and I was missing a lot of .pm files and I have installed it and finally needed Tk and GD and these are installed, compiled in the same machine and tested okay but I am still getting Can't locate loadable
|
| Win32::Printer::Enum::Printer($server) | 19 Jul 2005 16:44 GMT | 10 |
Has anyone ever managed to get Win32::Printer::Enum::Printer($server) to enumerate printers on a server? I've tried $server with a plain server name e.g. "MYBOX" and "\\\\MYBOX" nither give any response. (Note I'm using an accound with Administrator
|