Re: Online shop in Perl

2002-09-09 Thread Justin Simoni
> It's basically a little open source > web storefront [yes, including shopping carts] all written in Perl and > designed to run with Linux & MySQL or PostgreSQL or whatever. There's nothing *little* about Interchange. I wouldn't recommend it unless you want to make an amazon.com. I wrote a shopp

Re: Storable.pm?

2002-09-09 Thread Ken Williams
On Tuesday, September 10, 2002, at 11:18 AM, Brian McNett wrote: > And as it turns out that was neither here nor there. At issue > was my failure to use "sudo" which lack causes make test to > fail. I knew this at some point in the past, but have become a > biit rusty of late. Yeah, I alway

Re: Online shop in Perl

2002-09-09 Thread Chris Devers
On Mon, 9 Sep 2002, Emmanuel. M. Decarie wrote: > I'm looking for a recommendation for a good open source shopping cart in > Perl. My boss told me about phpShop , which look > good, but I rather use Perl, preferably something implemented in > HTML::Mason. Have you looked at

Re: Storable.pm?

2002-09-09 Thread Brian McNett
On Monday, September 9, 2002, at 05:19 PM, Ken Williams wrote: > No - the Fink version will only be pre-compiled if you install > the binary version (using apt-get or dselect). If you do "fink > install storable-pm" it will compile from source against > whatever version of perl version you

Re: Online shop in Perl

2002-09-09 Thread iudicium ferat
Warning: Your mileage may vary - http://www.hotscripts.com/ Better still: http://search.cpan.org/search?mode=all&query=cart Cheers! -Sx- On Monday, September 9, 2002, at 08:45 PM, Emmanuel. M. Decarie wrote: > Hello, > > I'm looking for a recommendation for a good open source shopping cart

Online shop in Perl

2002-09-09 Thread Emmanuel. M. Decarie
Hello, I'm looking for a recommendation for a good open source shopping cart in Perl. My boss told me about phpShop , which look good, but I rather use Perl, preferably something implemented in HTML::Mason. TIA Cheers -Emmanuel -- ___

Re: Help - Error building Perl 5.6.1 on Jaguar

2002-09-09 Thread Ken Williams
On Tuesday, September 10, 2002, at 02:14 AM, Chris Angelli wrote: > Finding dependencies for walk.o. > cpp0: warning: changing search order for system > directory "/usr/local/include" > cpp0: warning: as it has already been specified as a > non-system directory That says "/usr/local/include",

Re: Storable.pm?

2002-09-09 Thread Ken Williams
On Tuesday, September 10, 2002, at 01:32 AM, Sherm Pendley wrote: > Since Storable has an XS component, one very significant > difference is that using CPAN will compile Storable from source > against whatever Perl version you're using, whereas the Fink > version is pre-compiled against the st

Re: Who's talking about what at the MacOS X conference

2002-09-09 Thread John Labovitz
On 9/9/02 11:50 AM, "_brian_d_foy" <[EMAIL PROTECTED]> wrote: > my Perl / MacOS X tutorial is the first morning, so i have the opportunity > to steal everyone's thunder, or, alternately, tease people with your topic. > > Rael has already told me CamelBones is offf limits because Dan is giving >

Re: Who's talking about what at the MacOS X conference

2002-09-09 Thread David Wheeler
On Monday, September 9, 2002, at 11:50 AM, _brian_d_foy wrote: > Rael has already told me CamelBones is offf limits because Dan is > giving > a big talk on that. anything else i should stay away from, and if so, > when > is your talk so i can mention it in mine? My talk is on migrating from

Who's talking about what at the MacOS X conference

2002-09-09 Thread _brian_d_foy
my Perl / MacOS X tutorial is the first morning, so i have the opportunity to steal everyone's thunder, or, alternately, tease people with your topic. Rael has already told me CamelBones is offf limits because Dan is giving a big talk on that. anything else i should stay away from, and if so, w

Re: Opening file with application

2002-09-09 Thread John Labovitz
On 9/8/02 9:51 PM, "Joel Rees" <[EMAIL PROTECTED]> wrote: > John Labovitz <[EMAIL PROTECTED]> responded: > >> On 9/8/02 8:01 PM, "Joel Rees" <[EMAIL PROTECTED]> wrote: >> >>> Obvious thought, but have you tried plist? >> >> It doesn't seem to be that -- I tried both "pl" and "plutil", and neit

Opening application using 'open' and backticks

2002-09-09 Thread Ward Vuillemot
A note on getting apps to run from Perl with Mac OS X... I use backtick to open a variety of "helper apps" that I send data to for the user to edit/view...when they are done they quit the app and the Perl scripts continue as normal. In one instance, I take table data, write to Excel format, op

Re: Help - Error building Perl 5.6.1 on Jaguar

2002-09-09 Thread Chris Angelli
--- Phil Dobbin <[EMAIL PROTECTED]> wrote: > On 5/9/02 19:42, "Chris Angelli" > <[EMAIL PROTECTED]> wrote: > > [...] > CHRIS> Here's the error I'm getting: CHRIS> make: *** No rule to make target `', CHRIS> needed CHRIS> > by `miniperlmain.o'. Stop. > > [...] > PHIL> FWIW, I'm seeing similar

Re: Storable.pm?

2002-09-09 Thread Sherm Pendley
On Monday, September 9, 2002, at 12:24 AM, Brian McNett wrote: > On Sunday, September 8, 2002, at 09:08 PM, Chris Devers wrote: > > could do both, as I have fink installed, but I find CPAN to be more > familiar. Oddly, this WASN'T working for me, but I see the only > difference is that you're

Re: Opening file with application

2002-09-09 Thread Sherm Pendley
On Sunday, September 8, 2002, at 06:33 PM, Charles Albrecht wrote: > The docs - for open(1) in particular - might suggest something along the > lines of: > > `open -a "Microsoft Excel" $foo` If the file has the correct creator code and/or extension, it's even easier. According to the docs for o