RE: ActivePerl on OS X: ppm not working, no DBD::mysql PPM available

2012-10-04 Thread Eric Robertson
>-Original Message- >From: activeperl-boun...@listserv.activestate.com [mailto:activeperl- >boun...@listserv.activestate.com] On Behalf Of Michiel Beijen >Sent: 04 October 2012 12:55 >To: Brian Raven >Cc: activeperl@listserv.activestate.com >Subject: Re: ActivePerl on OS X: ppm not working

Re: Problem with DB_FIle and Perl 5.12

2011-08-25 Thread Eric Robertson
On 24 Aug 2011, at 18:15, Bill Luebkert wrote: > On 8/24/2011 9:08 AM, Eric Robertson wrote: >> I have a problem with DB_File and Perl 5.12. I posted a message on the ASPN >> message board but no one there has come back with an >> answer so I’m trying here. >> >

Problem with DB_FIle and Perl 5.12

2011-08-24 Thread Eric Robertson
erkeleyDB code rather than Perl and how can I correct this? I know I could change the shebang line in my code when testing on my server but I'd have to remember to change this before I uploaded the code to the live server - which I'm likely to forget! Eric Robertson ___

RE: How create a date+time type of vbs in perl?

2011-04-18 Thread Eric Robertson
Hi Have you tried Date::Calc module, which I use for all my date and time calculations? It's pretty comprehensive. Eric Robertson _ From: activeperl-boun...@listserv.activestate.com [mailto:activeperl-boun...@listserv.activestate.com] On Behalf Of Xiao Yafeng Sen

RE: Problem Connecting to MySQL Database

2010-09-29 Thread Eric Robertson
> > On 9/26/2010 1:06 PM, Eric Robertson wrote: > > I'm using a MacBook Pro running OS X 10.6.4 and I installed > > ActiveState > > Perl - I'm using version 5.8.8 at the moment. I did this to make it > > easier to install some of the modules I wanted b

RE: Problem Connecting to MySQL Database

2010-09-29 Thread Eric Robertson
>>On Mon, Sep 27, 2010 at 3:06 AM, Eric Robertson wrote: >> >>I'm using a MacBook Pro running OS X 10.6.4 and I installed ActiveState Perl - I'm using version 5.8.8 at the moment. I did this to make it easier to install some of the modules I wanted but I'm not

RE: Problem Connecting to MySQL Database

2010-09-29 Thread Eric Robertson
> -Original Message- > From: Jeff Saxton [mailto:jeff_sax...@bigfix.com] > Sent: 28 September 2010 00:46 > To: Eric Robertson; 'Bill Luebkert' > Cc: activeperl@listserv.ActiveState.com > Subject: RE: Problem Connecting to MySQL Database > > Mac i

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
-Original Message- > From: activeperl-boun...@listserv.activestate.com > [mailto:activeperl-boun...@listserv.activestate.com] On > Behalf Of Bill Luebkert > Sent: Sunday, September 26, 2010 7:01 PM > To: Eric Robertson > Cc: activeperl@listserv.ActiveState.com > Subject: Re

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
> -Original Message- > From: Bill Luebkert [mailto:dbec...@roadrunner.com] > Sent: 27 September 2010 03:01 > To: Eric Robertson > Cc: activeperl@listserv.ActiveState.com > Subject: Re: Restoring Dumped Values > > On 9/26/2010 3:12 PM, Eric Robertson wrote: > &g

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
> -Original Message- > From: Lyle [mailto:webmas...@cosmicperl.com] > Sent: 27 September 2010 02:25 > To: Eric Robertson > Subject: Re: Restoring Dumped Values > > On 26/09/2010 23:12, Eric Robertson wrote: > > > > I've produced a complicated

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
is type of hash. Eric _ From: Jeff Saxton [mailto:jeff_sax...@bigfix.com] Sent: 27 September 2010 02:57 To: Eric Robertson; activeperl@listserv.ActiveState.com Subject: RE: Restoring Dumped Values just "do" it ;) _ From: activeperl-boun...@listse

RE: Problem Connecting to MySQL Database

2010-09-27 Thread Eric Robertson
> -Original Message- > From: Bill Luebkert [mailto:dbec...@roadrunner.com] > Sent: 27 September 2010 21:54 > To: Eric Robertson > Subject: Re: Problem Connecting to MySQL Database > > On 9/26/2010 1:06 PM, Eric Robertson wrote: > > I'm using a MacBo

RE: Problem Connecting to MySQL Database

2010-09-27 Thread Eric Robertson
_ From: Eric Robertson [mailto:eric...@blueyonder.co.uk] Sent: September 27, 2010 2:33 PM To: 'Tim Bolshaw' Cc: activeperl@listserv.ActiveState.com Subject: RE: Problem Connecting to MySQL Database On Mon, Sep 27, 2010 at 3:06 AM, Eric Robertson wrote: I'm usin

RE: Problem Connecting to MySQL Database

2010-09-27 Thread Eric Robertson
On Mon, Sep 27, 2010 at 3:06 AM, Eric Robertson wrote: I'm using a MacBook Pro running OS X 10.6.4 and I installed ActiveState Perl - I'm using version 5.8.8 at the moment. I did this to make it easier to install some of the modules I wanted but I'm not sure I wouldn't have

Problem Connecting to MySQL Database

2010-09-27 Thread Eric Robertson
abase set up under MAMP but can't recall what the problem was. Can anyone suggest why this is not working. Eric Robertson ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Restoring Dumped Values

2010-09-26 Thread Eric Robertson
'print OUT Dumper (%hash)' but using eval with the contents of the file doesn't reproduce the original hash file. Am I attempting the impossible, or if not how should I set about reconstituting to the original hash? Eric Robertson _

Problem with missing module

2009-10-26 Thread Eric Robertson
I'm running Perl on a MacBook and I'm having a problem with Perl not picking up a module, DBD-CSV, in a CGI script that I'm using. It has worked all right in the past and I think this problem has only occurred since I upgraded to Snow Leopard (OS X 10.6.1). I'm using Perl 5.8.8 (build 822) a

RE: perl licence

2008-07-15 Thread Eric Robertson
I was getting concerned about all the replies that Octavian had received to what I also thought was a question from him just about distributing programs in Perl that he had created. I'm glad that what you say confirms my understanding of that situation. Eric R -Original Message- From:

Problems with DBD::mysql on a Mac

2008-05-20 Thread Eric Robertson
omewhat similar error message due to a problem with the linker flags and libmysqlclient and I wondered if this had any relevance to my problem since the MAMP mysql will not be in a standard location. Can someone please suggest what I need to do to resolve this problem. Thanks. Eric Robertson ___

DB_File Module not working

2008-04-25 Thread Eric Robertson
I'm trying to carry out some remote debugging with some Perl CGI scripts. My Mac with Leopard already had Perl installed but I needed some other Perl modules, including DB_File, so I installed ActivePerl in a separate directory, choosing the default one of /usr/local/ActivePerl-5.8/bin, and used PP

BerkeleyDB

2007-11-19 Thread Eric Robertson
Jim I seem to be going round in circles with my BerkeleyDB problem. With your experience of BerkeleyDB do you know the answer to the following question. Where do the BerkeleyDB components come from in a Windows system? I've not installed them on either of the two machines I'm working with so they

RE: Berkeley DB Installation

2007-11-13 Thread Eric Robertson
ginal Message- From: Jim Schueler [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 10:22 PM To: Eric Robertson Cc: activeperl@listserv.ActiveState.com Subject: RE: Berkeley DB Installation According to CPAN, DB_File is only compatible with BerkeleyDB v1.85 and below. Among the data files

RE: Berkeley DB Installation

2007-11-12 Thread Eric Robertson
on servers, whether Windows or Unix/Linux, that didn't have any more sophisticated database system, such as MySQL, Oracle, so using DB_File with the BerkeleyDB engine was the best option (assuming the DB_File module was available). Eric Robertson -Original Message- From: Jim Schueler

RE: Berkeley DB Problem with DB_File

2007-11-12 Thread Eric Robertson
a production one I'd prefer to have a more efficient version of BerkeleyDB if possible. I'll have another think about this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Raven Sent: Monday, November 12, 2007 5:28 PM To: Active Perl Subjec

RE: Berkeley DB Problem with DB_File

2007-11-12 Thread Eric Robertson
ee if it's still available - I have the ppm for version 1.76 but not for the 1.73 on the original machine. If I can't find the same version would it be possible just to copy over the DB_File folders from the one machine to the other or there other changes I'd need to make? Eric Rober

Berkeley DB Installation

2007-11-09 Thread Eric Robertson
I posted a question 10 days ago and I've found that somehow or other it got tagged onto the end of another thread so perhaps has been overlooked so I'm trying again! Here's an amended version of that question. I've been using a networked PC running NT4 Server to test some Perl CGI scripts using th

Berkeley DB Problem with DB_File

2007-10-31 Thread Eric Robertson
I've been using a networked PC running NT4 Server to test some changes to bulletin board software. This software is written in Perl and uses DB_File to store all the messages. I'm in the process of changing over to using a virtual machine running the same OS and I'm having problems. I don't seem t

RE: Showing Untrapped Error Messages in a DOS Window

2006-11-23 Thread Eric Robertson
Nath That worked perfectly - many thanks. Eric. -Original Message- From: Nathan Haigh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 23, 2006 2:05 PM To: Eric Robertson Cc: activeperl@listserv.ActiveState.com Subject: Re: Showing Untrapped Error Messages in a DOS Window You could

Showing Untrapped Error Messages in a DOS Window

2006-11-23 Thread Eric Robertson
I have a Perl program that asks for user input, does some calculations and then outputs the results. I've compiled this program and it opens up a DOS window for the input and then displays the results. I've arranged it so that this DOS window remains open to display these results and any errors tha

Top Posting

2005-10-05 Thread Eric Robertson
against top posting?   Regards Eric Robertson     ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Metacharacters

2005-08-27 Thread Eric Robertson
Chris McEwen wrote:   > I am working on some code which will check for a line starting with any Perl Metacharacters, and precede it with a '/'. > Here is what i have thus far: >                        if ($LogLinePrefix =~ /[\^\$\+\*\?\.\|\(\)\{\}\\\[\]]/)  >                          

Re: Error installing package with PPM and VPM

2003-11-13 Thread Eric Robertson
[EMAIL PROTECTED]> To: "Eric Robertson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2003 5:23 PM Subject: Re: Error installing package with PPM and VPM > On Wed, 12 Nov 2003 08:33:48 -0800, "Eric Robertson" > <[EMAIL PROTECTE

Re: Error installing package with PPM and VPM

2003-11-13 Thread Eric Robertson
;Lynn. Rickards" <[EMAIL PROTECTED]> To: "'Eric Robertson'" <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2003 5:07 PM Subject: RE: Error installing package with PPM and VPM > From > http://ppm.activestate.com/BuildStatus/5.6-C.html > > CDB_File 0.93

Problems with PPM and VPM

2003-11-12 Thread Eric Robertson
the case how can I install this package - I don't have a C compiler.   Thanks Eric Robertson.