| Thread | Last Post | Replies |
|
| the script hangs up when i try to send mail with attachments using MAIL::Sender...??? | 31 Jul 2003 21:51 GMT | 1 |
As said in the topic... when i try to send an e-mail message using Mail::Sender the script hangs up before execution of $sender -> OpenMultipart(...);
|
| Can't load DBI module | 30 Jul 2003 02:04 GMT | 1 |
I used REdhat Linux 7.2 for PostgreSQL 7.1.3 database I installed DBI and DBD modules without problem. But when I test it by
|
| Installing ConfigReader-0.5 | 29 Jul 2003 15:46 GMT | 2 |
I am trying to install Flowscan. At the command ./configure --prefix=/my_dir, I received the next message : checking for ConfigReader::DirectiveStyle... no configure: error: Must be able to use ConfigReader::DirectiveStyle!
|
| Current best practices for MI OO Perl modules? | 29 Jul 2003 06:37 GMT | 4 |
I am trying to learn object-oriented Perl programming, but seem to be chasing my tail around in circles figuring out how to correctly create and use OO Perl modules. I am currently befuddled by multiple inheritance -- I've successfully written a base class that passes the
|
| cookie help | 28 Jul 2003 04:33 GMT | 3 |
I'm trying to set cookie information after a login, then redirect to the page I want called after creating the session cookie. I've tried setting the information manually using: <i>
|
| 'LWP::UserAgent' and 'HTTP::Request' do not work during Cron Jobs | 27 Jul 2003 17:28 GMT | 1 |
On a Linux machine, I've got a scheduled job (Cron Job): 17 * * * * perl /home/scripts/yahoo.pl Where 'yahoo.pl' is: ---
|
| problem compiling any module on win32/windows.h issues with nmake. | 27 Jul 2003 04:24 GMT | 1 |
i do not know if this is the right group to post to becuase the error seems to involves .net framework more than perl, but i'm having problems compiling any module. I have searched google and played around with this for several hours with no luck.
|
| XML or home-grown format? | 26 Jul 2003 16:51 GMT | 6 |
In the continuing development of Lingua::Phonology, I'm starting to consider what the benefits would be of moving my file-parsing formats to XML from the current custom format. Currently, two of the sub-modules do some form of file-parsing, and the
|
| 'LWP::UserAgent' does not get any page | 26 Jul 2003 13:28 GMT | 1 |
I'm trying to get the content of yahoo.com (I tried with other URLs). I run this script on a Linux PC. --------------------//---------------------- #!/usr/bin/perl
|
| As Anyone gotten Net::DNS working on Win 2K | 26 Jul 2003 06:14 GMT | 1 |
I've been having installation problems with Net::DNS using activestate 5.8 running under Win 2K. Does anyone know of a configuration here that works? Thank!
|
| Perl modules | 25 Jul 2003 20:12 GMT | 2 |
I´m a Tripod user. (no flames, please). Now Tripod does not give access to some modules (I need vars and strict), but ask the users to upload them to their cgi-bin directories. Where can I get them? I went to CPAN but found no way for downloading the modules.
|
| BerkeleyDB create btree mode problems | 25 Jul 2003 14:24 GMT | 1 |
I've not long started using BerkeleyDB and I'm having trouble with file permissions. The line of code I use to make a btree is... my $struct_hand = tie %struct_h, 'BerkeleyDB::Btree', -Filename => $filename, -Flags => DB_CREATE, -Mode => 0777, -Property => DB_DUP or
|
| Installing Oracle modules for oracle | 25 Jul 2003 00:50 GMT | 1 |
Where do i get and how do I install what oracle modules on Sun Solaris Sparc and x86? Thanks, -Erick
|
| GD-2.06 build on Solaris 2.8 w/PERL 5.8.0 | 24 Jul 2003 15:25 GMT | 1 |
Wondering what the following two warnings might indicate? w2hzlnt703# perl Makefile.PL NOTICE: This module requires libgd 2.0.5 or higher. it will NOT work with earlier versions.
|
| SQL query problem | 24 Jul 2003 13:04 GMT | 3 |
I have a problem. I try to execute SQL command which return more than 9 columns by DBD:PgPP and DBI (module). The procedure return error:
|