| Thread | Last Post | Replies |
|
| AnyData.pm | 31 Aug 2003 10:02 GMT | 1 |
I'm using the excellent AnyData.pm modules to process various formatted text files: my $inputfile = AnyData::adTie($delimitertype, "$processingdirectory/$file", 'r', {cols=>$actualfieldnamelist});
|
| Dialup through modem | 29 Aug 2003 19:25 GMT | 1 |
Lets say my win-pc connect to the internet through a modem. Is there a module, which can help me to create an internet-connection (i wants the perl-program to start the internetconnection!)??? Greetings
|
| Strange Problem with perl-Oracle | 28 Aug 2003 20:37 GMT | 3 |
Hello Gents I have strange problem with a perl script that query a Oracle DB I have installed Perl 5.005 +CPAN DBI and driver Oracle on 2 Sun BOX with Solaris 2.7 and Oracle *
|
| Will File::Find::Rule follow symbolic links? | 28 Aug 2003 20:12 GMT | 2 |
Is there a way to tell File::Find::Rule to follow symbolic links? Neither "follow" nor "follow_fast" appear to be methods. I couldn't set File::Find::Rule::follow equal to 1. I'd like to use it but if it can't follow symbolic links I will not be
|
| Nmake error building libwww-perl | 28 Aug 2003 04:39 GMT | 1 |
I am attempting to build libwww-perl-5.69 on an WinXP system, using Nmake. The makefile creation works fine (perl 5.8.0); but in the next step, Nmake returns this error: C:\temp\libwww-perl-5.69>nmake
|
| RFC Format::FileSize | 27 Aug 2003 17:56 GMT | 1 |
I was processing a bunch of files the other day, and I wanted to get a rough idea of their size. Oddly enough I could not find anything that seemed to be doing this. So I wrote Format::FileSize, which exports 1 function, named
|
| HELP: Popup-menu labels | 27 Aug 2003 16:12 GMT | 2 |
Hello People, What should the attribute setting be to position labels and set other common HTML attributes in a popup-menu (Perl CGI.pm)? I tried this:
|
| HELP: Popup-menu labels (3rd Request) | 27 Aug 2003 16:09 GMT | 2 |
Hello People, What should the attribute setting be to position labels and set other common HTML attributes in a popup-menu (Perl CGI.pm)? Certainly somebody must know about this.
|
| libwww-perl and some failed tests | 27 Aug 2003 12:52 GMT | 4 |
I tried to install the libwww-perl-package (version 5.69) and got some failed tests; like: robot/ua..............ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
|
| CGI.pm's Param method in another namespace | 27 Aug 2003 11:03 GMT | 3 |
How do I get a list of the names of all the parameters that have been imported using the import_names method? For example, $query = new CGI;
|
| Doing a 'mail merge' with RTF files (aka RTF templates) | 27 Aug 2003 09:13 GMT | 2 |
I have a MS Word document with mail merge fields in it. I've saved it as rich text format (RTF), and now I want to write a perl program that will take this template file as input, replace the mail merge fields with data, and then spit out a populated RTF file
|
| send "Ctrl ]" to the remote system | 27 Aug 2003 07:46 GMT | 2 |
I am using the telnet module (Telnet.pm) in order to automate some unix-sessions. It works so far great, but during the telnet session I would like to send the escape character ("Ctrl ]") to the remote system.
|
| GD Graph, pie and anti aliasing | 27 Aug 2003 00:13 GMT | 4 |
Hopefully this is the correct group to post this question. I am trying to figure out how to anti-alias some of the lines in my pie graph (sample93.pl), probably with setAntiAliased and gdAntiAliased. perl 5.6.1
|
| Getting permissions to close bugs when you have taken over a module | 26 Aug 2003 17:02 GMT | 3 |
A while back I took over maintenance of MIME::Lite. I now have some RT bugs that I want to close. Yet despite the factthat I can upload new versions of the module I dont have the rights to close bugs for the module. Also given that I have experience with taking over a module I ...
|
| Debugging unfamiliar platforms | 26 Aug 2003 16:46 GMT | 1 |
I'm maintaining a module, CGI::Compress::Gzip, which does auto-compressed output at for CGI scripts. The module works very well for me under Linux, BSD and MacOSX, but I keep getting automated reports from CPANPLUS that the module fails under Solaris and/or
|