>>>>> "Chris" == Chris Garaffa <[EMAIL PROTECTED]> writes:

Chris> Hello all,
Chris> I'm working on a site for a t-shirt company, and doing the order
Chris> process in Perl.

This is gonna wanna be in a database sooner or later, since you can't
trivially squirrel away Perl references (to make complex data
structures).

Before you get too crazy, I suggest you look at Tangram or Alzabo or
SPOPS to see how to easily store complex objects with interrationships
into a DBI-style database.  Initially, you can use DBD::CSV or that
new DBD::-thingy that is more complete, but you can easily roll it
over to Postgresql, or if you get rich enough selling T-shirts,
Oracle.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to