Re: help with perl, openbsd and postgres

2003-02-14 Thread David Nicely
Mailing lists wrote: Dear sirs i need to drive a postgres database using a perl script. I also have to tell you that i need to run this stuff on a OpenBSD 3.1 box. First of all, i need to ask you which module should i use. Honestly, i tried to install the pgsql_perl5-1.9.0.tar.gz but it didn

Re: :SMTP::Multipart Module

2003-01-27 Thread David Nicely
On Mon, 27 Jan 2003 17:53:23 -0600 "Dan Muey" <[EMAIL PROTECTED]> wrote: > > > > > Here's what I've tried ... > > > > If I do this : > > > > #!/usr/bin/perl > > > > use lib qw(/home/dmuey/perlmod/Net-SMTP-Multipart-1.5); > > use Multipart; > > > > It gives me : > > > > Can't modify subrou

Re: Perl in OpenBSD Apache

2003-01-27 Thread David Nicely
On Mon, 27 Jan 2003 10:04:06 -0500 (EST) John Baker <[EMAIL PROTECTED]> wrote: > > > > On Mon, 27 Jan 2003, Ben Siders wrote: > > > Date: Mon, 27 Jan 2003 08:48:58 -0600 > > From: Ben Siders <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Perl in OpenBSD Apache > > > > I installed O

building a userspace Perl

2003-01-19 Thread David Nicely
Hi, I am building perl for use with mod_perl on a chroot httpd. It needs to not be linked to any system library's, but I'm missing something in the config becouse it is still linking to /usr/lib/libc.so.28.5 . I'm not sure where in the configure script to tell it not to do this. I got

build an array from a pattern match?

2003-01-10 Thread David Nicely
Hello, I am a total beginner, so any help or a pointer to an appropriate doc will be appreciated. I am trying to read a file, and find all the lines that look like; "Finding 111" where "111" could be any number with any amount of digits. What I am trying to do now is to assign a variable to th