[eug-lug]PHP Shopping Carts and Secure Server

2003-09-25 Thread James
I'm doing research on what might be the best PHP Shopping cart to use for an e-commerce page. So far I've found http://cpcommerce.org/ to be pretty nice, but I'm wondering if anyone has any other suggestions. Also, is Verisign my best bet for a secure server to place on the php shopping cart

[eug-lug]Newsletter from O'Reilly UG Program, September 24

2003-09-25 Thread Bob Miller
- Forwarded message from Marsee Henon [EMAIL PROTECTED] - From: Marsee Henon [EMAIL PROTECTED] Date: Wed, 24 Sep 2003 17:43:45 -0700 Subject: Newsletter from O'Reilly UG Program, September 24 To: [EMAIL PROTECTED] O'Reilly

Re: [eug-lug]PHP Shopping Carts and Secure Server

2003-09-25 Thread Maximillian Von Schwanekamp
Take a look at osCommerce http://oscommerce.com, and pnCommerce http://www.pncommerce.com which is a cart module for PostNuke. FishCart http://www.fishcart.org/ is older, but might be something you could build on / customize easily. These are all PHP4, aimed to implemented on LAMP. No,

[eug-lug]Perl Script question

2003-09-25 Thread Grigsby, Garl
Ok I found a PERL script on line that I would like to play with (http://nntp.x.perl.org/group/perl.scripts/315) but it requires a PERL module called Text::CRLF. Now I am fairly new to PERL so this may be a stupid question. Where do I find this? I have looked on CPAN but I can't find it. Where

Re: [eug-lug]Perl Script question

2003-09-25 Thread Brad Davidson
Hmm, looks like that went OK on one of my machines, but not the other. If it doesn't work for you, try doing: install Meta::Utils::Dos which can be rather large, but it's got the package in question. If you want /just/ Text::CRLF, here's a standalone version.

Re: [eug-lug]Perl Script question

2003-09-25 Thread Bob Miller
Grigsby, Garl wrote: Ok I found a PERL script on line that I would like to play with (http://nntp.x.perl.org/group/perl.scripts/315) but it requires a PERL module called Text::CRLF. Now I am fairly new to PERL so this may be a stupid question. Where do I find this? I have looked on CPAN but

Re: [eug-lug]Perl Script question

2003-09-25 Thread Bob Crandell
I tried that and got: Warning: Cannot install Text::CRLF, don't know what it is. Try the command i /Text::CRLF/ to find objects with matching identifiers. Which retuned: No objects found of any type for argument /Text::CRLF/ However, i /Text/ returned a lot of stuff. Brad Davidson ([EMAIL

Re: [eug-lug]PHP Shopping Carts and Secure Server

2003-09-25 Thread Maximillian Von Schwanekamp
$25. Wow. That's a good deal - they're GeoTrust QuickSSL certs, which I recall being about $150. M Bob Miller wrote: Maximillian Von Schwanekamp wrote: No, Verisign is not necessarily the best bet. Entrust, Geotrust and FreeSSL are some other good possibilities offering certs for

RE: [eug-lug]Perl Script question

2003-09-25 Thread Grigsby, Garl
Ok this has been running for most of the afternoon downloading stuff and asking me mysterious questions. I don't know if it will ever be finished. -Original Message- From: Brad Davidson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:38 PM To: The Eugene Unix and

RE: [eug-lug]Perl Script question

2003-09-25 Thread Grigsby, Garl
This on the other hand worked perfectly. Thanks. Garl -Original Message- From: Brad Davidson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:55 PM To: The Eugene Unix and GNU/Linux User Group's mail list Subject: Re: [eug-lug]Perl Script question Hmm, looks