| Thread | Last Post | Replies |
|
| searching a "text" in a word document using perl | 31 Jan 2005 08:52 GMT | 4 |
I have a word document which has some 10+ pages. I need to search this document for a particular key words. I need information like section name, page number of all occurrences of these key words using perl. It would be nice if any one could give me a
|
| WTB: Shopping cart software. | 31 Jan 2005 02:52 GMT | 1 |
I want to buy a complete shopping cart program. It will probably be written in perl. The server I use is Unix. I have a couple thousand items to list, almost all of which are used.
|
| fault installing DBD::mysql in solaris 9 | 30 Jan 2005 20:38 GMT | 1 |
For a couple of weeks I trying to install some perl modules in a new sparc/solaris 9 server between them are DBD::mysql . The fault is well know because I found a lot of messages in the different forums mysql website and goolge comp.perl.lang and another less know forums belong
|
| Using a .SO library with Inline | 30 Jan 2005 08:30 GMT | 1 |
We have an app that is [happily] using Inline C -- but at the moment it is linking against a .a library [from a commercial package we bought]. The folks that make the package imply that they may not keep building the .a and only provide a .SO version of their library.
|
| how to check for existenceof XML tags with XML::Simple? | 29 Jan 2005 21:52 GMT | 1 |
Using XML::Simple, what's the best way to check for the existence of a particular XML tag? For example, lets say I have 2 files, "success.xml" and "failure.xml" which differ only in their innermost tags
|
| Can somebody help me on XML display? | 28 Jan 2005 16:01 GMT | 3 |
I have a perl cgi script it can generate a xml file then I'd like to display this xml file on the web. Code looks like below. use CGI::Carp qw(fatalsToBrowser); use XML::Writer;
|
| GD::Graph isn't numeric etc. | 27 Jan 2005 20:19 GMT | 7 |
first of all, I must be a fool, thinking I can write monitoring software using RRDs, Mysql and GD while being a very very newbie in perl.. My problem is, I derive data out of RRD, with theses datapoints I try to graph using GD.
|
| timeouts for Net::SSH::W32Perl | 27 Jan 2005 15:11 GMT | 1 |
To anyone interested, I've been trying to find an effective way for dealing with Net::SSH::W32Perl command timeouts. The 'timeout' issue can be defined thus: "How can I make sure my perl script does not hang after sending a
|
| Using Net::Telnet to connect to Perl server | 26 Jan 2005 14:12 GMT | 3 |
I'm a newbie in this forum (and Perl), and would be grateful with any help and comments you can provide with this problem that's been driving me mad!!.... I'm trying to use the Net::Telnet module to connect to a Perl server and
|
| utf-8 and ascii | 26 Jan 2005 12:20 GMT | 1 |
I have a question. how to generate two files, one in UTF-8, the other in ASCII with the same column length. So that when you input the data encoded in utf-8, into a table the clolumn length does not change. Any help is appreciated..
|
| Bug with hash time & multilines in Config::IniFiles v2.38 ? | 26 Jan 2005 10:24 GMT | 1 |
I have written a code using a Config::IniFiles object tied to a hash and it was working well on my dev machine with revision 2.27 of the module. When deploying my code on a machine with revision 2.38 - the multiline value are not returned correctly according to the way I ...
|
| CSV files with linefeeds in fields | 24 Jan 2005 14:56 GMT | 4 |
I've written some code before which uses the CSV.pm module (has this never appeared on CPAN?) But had to step-through the number of quotes and read-in some extra lines to get a full record (where linefeeds are embedded in fields.)
|
| Net::SFTP installation | 21 Jan 2005 18:44 GMT | 6 |
It's a total b*tch to install Net::SFTP module. I've tried to install it via CPAN and it fails. Has anyone done it successfully? If so, could plz tell me how? I'd appreciate it alot....thanx...
|
| Loading Perl Modules faster | 21 Jan 2005 12:43 GMT | 1 |
I developped a complex web application based on personnal perl modules. The fact is I wrote more than 50 modules. Naturally, I use the "use fonction" in order to load these modules. It seems my personnal modules are loaded quite slowly (when I
|
| help with GD and gd | 21 Jan 2005 12:33 GMT | 1 |
in the text below, please observe that GD != gd. the following CPAN-modules are installed: GD 2.16 (also tried 2.05). gd 2.0.33
|