| Thread | Last Post | Replies |
|
| gettting an apache perl module to take over serving pages | 30 Sep 2003 16:28 GMT | 3 |
I have this huge directory of html and images, lets callit '/pages'. I want a Perl module to take over serving the HTML from this directory, so I can do smart redirects if the pages have expired. So, I wrote a module, 'PageServer' to do this, and tested it by specifying
|
| Can to pick up attach file in mail?How to do? | 30 Sep 2003 12:24 GMT | 1 |
Can I tell me,How to save a attach file in mail auto? Thanks!! Ken
|
| Net::NNTP not using port 119 | 30 Sep 2003 11:44 GMT | 2 |
I'm trying to use Net::NNTP to connect to some newsservers. All is working well apart from the one that doesn't listen on port 119. Is it possible to tell Net::NNTP to use another port?
|
| Use of Google API in Perl | 30 Sep 2003 00:36 GMT | 1 |
I have accessed google through the API and retuned a list of hits. How can I now select a URL and move to that page?
|
| read meta data from image | 29 Sep 2003 20:36 GMT | 1 |
is there any perl module (CPAN) that can read meta infomration from images? thanks stig
|
| Net::FTP thru firewall | 29 Sep 2003 04:16 GMT | 5 |
Probably more of a basic ftp and (Shorewall) firewall configuration issue, but I'll ask the question here anyway. With the firewall running, and using the 'ftp' command line utility, there's no problem. Here's a screenshot (debugging turned on):
|
| Archive::All failure to install | 29 Sep 2003 03:34 GMT | 3 |
Quite a lot of modules fail to install, this is the latest on my linux system with Perl 5.8.0. 1. Using CPAN, how can you force an install? and 2. Any suggestions as how I can fix the failed blessing?
|
| LWP doesnt see response from Galaxy Embedded Web Server | 28 Sep 2003 10:49 GMT | 1 |
LWP doesnt se response from Galaxy Embedded Web Server. I have a cheeep router with an embedded Web server for maintenance. I'd like to read the stats page with LWP, but LWP doesnt get the body of the response.
|
| commandline utils | 28 Sep 2003 10:39 GMT | 4 |
I would like to write some perl scripts that behave like 'ordinairy' system commands. Is there a module that takes care of default switches, getopt, usage messages, pipeline detection etc. ? It does seem I good idea to implement these for every script over and over again. I saw the
|
| None | 26 Sep 2003 13:56 GMT | 1 |
HTML::Tree seems to have a problem with HTML::Parser; if I use a new version of either, the parsefile test of "make test" fails (because as_html is dropping the <foo> tags). It was working with HTML::Parser 3.26 and HTML::Tree 3.13 (I haven't checked intermediate versions).
|
| CPAN needed on CD-ROM | 26 Sep 2003 08:38 GMT | 1 |
It used to be that you could purchase CPAN on CD-ROM - I have an old one put out by Walnut Creek (no longer in business). I know CPAN is a moving target, but those of us with slow web connections, and those with bosses that let us use Perl and CPAN at work, but hesitate to let ...
|
| Problem Building Image-Imlib2-1.00 | 26 Sep 2003 04:45 GMT | 1 |
I'm a perl newbie and am trying to install the Image::Imlib2 version 1.00 on my linux system. However, I am encountering problems during the "Build" process. I first installed imlib2-1.1.0 on my system and that went well. I then tried installing the Image::Imlib2 module.
|
| new module CAD::Drawing xs vs swig and namespace questions | 26 Sep 2003 00:26 GMT | 1 |
I've constructed a fairly extensive object oriented 2D geometry manipulation module which is currently capable of reading and writing dwg and dxf formats via the OpenDWG consortiums toolkit. It also currently supports saving to postscript or Image::Magick raster formats without any
|
| RFC: Hash::ObjectLike | 25 Sep 2003 21:21 GMT | 3 |
I'd like to get people's thoughts on this proposed module, especially its name (Class::* doesn't seem right; Hash::Methods wouldn't be bad). If I don't hear anything bad, I'll go ahead and upload it to CPAN. I like how you can do things like this in the Template Toolkit:
|
| RFC: SQL::ExportDB | 24 Sep 2003 16:25 GMT | 7 |
I have a script that, due to some requirements at work, has grown into something quite usable. It is essentially a Perl script that takes a series of SQL statements and outputs the results to a BerkeleyDB (with various indexes created, on a configurable basis). I've been ...
|