| Thread | Last Post | Replies |
|
| Contacting the BBC | 31 May 2005 17:30 GMT | 1 |
The BBC (= British Broadcasting Corporation) CPAN User has a nice module: http://search.cpan.org/dist/Pod-Xhtml/ Problem is that it doesn't generate fully valid XHTML in many cases. To remedy this I wrote a patch, submitted it and filed a bug report:
|
| need Net::AIMTOC help | 31 May 2005 05:53 GMT | 8 |
Hoping someone here has some experience with the Net::AIMTOC module, which have just started to play with. Below is the complete working test sample i made, with the exception being the three ----insert somethign here------ lines.
|
| GD graph, Several Colors per Bar? | 30 May 2005 20:49 GMT | 1 |
Hi. I'm struggling with a GD::Graph -problem. I want to create a graph with bars by adding(+) the execution time from each little job within my nightbatch.
|
| Spreadsheet::ParseExcel : read cell-notes | 28 May 2005 22:36 GMT | 1 |
Is there any way to read the notes/comments attached to a cell using SpreadSheet::ParseExcel or a different module? I searched CPAN and google and didnt find any hints. thnx,
|
| Win32::API problem... | 27 May 2005 15:08 GMT | 4 |
i got problem with Win32:API module. I have instaled ActivePerl on windows 95 (i must use this one ;/ ) after this i have downloded binary package Win32-Api, and ppm install Win32-API.ppd. But when i try to run my program i get error:
|
| LWP and SSL | 26 May 2005 22:49 GMT | 4 |
Any help appreciated here. I am writing a quick script to run through a list of webservers and return the version they are running (for legitimate purposes I might add).
|
| text-chm | 24 May 2005 04:02 GMT | 4 |
Using Perl 5.8.1 Win2k sp4 I tried to build Text-CHM using VS6, sp5. Homepage for the module is here
|
| Module idea "hack2pack" that generates packages from scripts | 24 May 2005 03:05 GMT | 1 |
Lately I've gotten into the habit of writing modules by starting with a script that usually takes the form: package Some::Name; ...
|
| Creating Thumbnails | 23 May 2005 16:16 GMT | 5 |
Hey all, My servers are not mine, they're shared. So everytime I need a new module, I have to go through this whole process. So in the effort of saving my ISP time, I was hoping I could ask people's thoughts here and get the right
|
| Net::SSH::Perl and X11 forwarding | 22 May 2005 13:43 GMT | 2 |
I want to run X application remotely. I use Net::SSH::Perl and specify option 'ForwardX11 yes'. Also in my .ssh/config this option is enabled but X11 connection is not redirected - application doesn't run. I get an errror 'Could not open
|
| Spreadsheet::WriteExcel format width | 20 May 2005 20:57 GMT | 2 |
I tried to format the width of the columns but the value did not take. When I open the perl.xls file, I saw the columns default to 10 for the width. Do you know why ? Here is the snippet of the code:
|
| Namespace question: Ekahau location sensing system | 20 May 2005 18:29 GMT | 2 |
I'm finishing up a module to interface with the Ekahau location sensing system, and I'm trying to figure out a good top-level namespace to put it in. I felt confident people here would have opinions. :)
|
| Error reporting in CGI | 20 May 2005 15:06 GMT | 2 |
Still new to Perl so this might be a dumb question. The error reporting when a script has errors is different when I run it in Perl from a command prompt, or from Perl in a browser (off of my Linux server). So where as in the command prompt off of my machine I'll get this:
|
| problem with ppm - looking for MSWin320-x86-multi-thread-5.8 | 19 May 2005 13:57 GMT | 3 |
I am using perl with Windows XP and ActiveState Perl. I downloaded finance-yahooquote.zip, unzipped it which gave me a .ppd and .tar.gz file but when I tried to install it I got this the message below about an MSWin320-x860-multi-thread-5.8
|
| MS Outlook lookups | 18 May 2005 23:18 GMT | 1 |
I have an IIS website where users have authenticated using an ID. I need to perform a lookup of this ID via Outlook. A coworker suggested that I download all the user names from Outlook to a flat file and then do lookups that way. He was also able to produce some TCL code that
|