| Thread | Last Post | Replies |
|
| Using GD::Graph::xylines, xylinespoints... | 28 Feb 2004 18:06 GMT | 3 |
I am trying to build graphs using GD::Graph::xylines, xypoints and xylinespoints. All work well so far, but don't do quite what I want. I have three datasets. The latter two are types of averages based on the first.
|
| SOAP::Lite install problem | 28 Feb 2004 04:45 GMT | 3 |
I am trying to install SOAP::Lite on a Sun box. I tried installing the module using the following command and got the error "don't know what it is". I can get it directly from the authors web site, but I was wondering what my problem is? The author states that
|
| help with Perl Mechanize | 27 Feb 2004 22:30 GMT | 2 |
Would anyone help me with this little script that I tried to get some contents from Yahoo Personals by using Perl Mechanize. It doesn't return any results, although I've feed all kinds of browser headers. Do I miss anything? Any comment is highly appreciated!!
|
| DBI problems | 27 Feb 2004 14:00 GMT | 1 |
Can anyone tell me what exactly this means and how to fix it? DBI object version 1.13 does not match $DBI::VERSION 0.85 at /usr/share/lib/perl5/irix-n32/5.00404/DynaLoader.pm line 187.
|
| deriving keys (kdf) with crypt::cbc | 27 Feb 2004 05:00 GMT | 1 |
Hello Perl coders, Using Win2k sp3 Perl 5.8.1 Apache 2.0.48
|
| how do I CPAN not to use Net::FTP | 27 Feb 2004 04:54 GMT | 3 |
I am behind a firewall and am not able to use CPAN to install my modules. I have done everything possible as per "WORKING WITH CPAN.pm BEHIND FIREWALLS" in perldoc CPAN the problem is I am not able to get a file using Net::FTP , but I
|
| OpenGL perl module on Windows? | 26 Feb 2004 17:07 GMT | 4 |
Does anyone out there use the Perl OpenGL-0.54 module? On Windows? Anyone able to compile the module successfully on Windows? To do so, you would obtain the Windows version of OpenGL and change the Makefile.PL to look in the directories where OpenGL is installed.
|
| DBD:mysql cannot connect | 26 Feb 2004 11:30 GMT | 2 |
My first time trying mysql out. Very simple program use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; which is "DBI:mysql:database=sunlighttravel;host=localhost;port=80"
|
| Reshaping the modules list: a starting point, help remove the bias. | 26 Feb 2004 10:27 GMT | 12 |
I've performed an initial re-work of the modules list. Please look over the sections of the list that you are most in touch with and provide feedback. This is a brainstorming phase only; please provide suggestions and not
|
| How to install Crypt::SSLeay using PPM on Wintel | 26 Feb 2004 07:50 GMT | 7 |
I'm not even an IT person, so please be nice. I need to automate downloading data from a third party, and they provided a Perl script that requires Crypt::SSLeay. I am having a hard time getting up to speed, everything that I find on the web assumes that I already
|
| Image Magick: read once, make copies | 25 Feb 2004 21:57 GMT | 1 |
Hi, I've been searching the archives for an answer to this but unfortunately the search terms I could think of are rather generic... I want to read an image into ImageMagick (no problem there) and then resize it to 4 different sizes, and write the image back out to 4
|
| Proposed CPAN Module: Tk::Canvas::Music | 25 Feb 2004 20:02 GMT | 3 |
Proposed CPAN Module: Tk::Canvas::Music This module will create a Tk::Widget which ISA Tk::Canvas. It will export functions that paint scores, notes, key signatures, time signatures, tempo and other text, bar lines, a cursor/caret, ledger
|
| "make Makefile.PL" returns "...up to date"; make returns "no target to make" | 25 Feb 2004 15:59 GMT | 1 |
I'm attempting to install a perl module (AppConfig-1.56) on a FreeBSD 4.9 system. It has both perl 5.5.3 and 5.8.3 and several modules are already installed for each and they both function properly. When I enter the "make Makefile.PL" in the module's directory I get
|
| use ftp-upload in passive mode | 25 Feb 2004 13:41 GMT | 1 |
Hi, my first contact with perl and I've got a little problem. I want to do an automatic ftp upload from an OpenBSD firewall using ftp-upload.
|
| undefined value problem | 25 Feb 2004 10:08 GMT | 2 |
I have got an issue when I am trying to get a value that is undefined using perl/xml. The code below falls over when it hits an element that does not have a value. Any ideas how can I check if the element is defined without causing
|