As far as Perl is concerned, the "Llama Book" is the standard intro: http://www.amazon.com/exec/obidos/tg/detail/-/0596001320/qid=1032295510/sr=8 -1/ref=sr_8_1/102-8335010-1699369?v=glance&s=books
The "Camel" is a more in depth look at Perl: http://www.amazon.com/exec/obidos/tg/detail/-/0596000278/ref=pd_bxgy_text_1/ 102-8335010-1699369?v=glance&s=books David Pool ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "SL users" <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 11:58 AM Subject: [SL] Adding fields in customer forms > Hello, > > I'd like to add fields for 'first_name' and 'title' in the customer > table in order to: > 1. differentiate customers with identical names but different first > names or titles > 2. personalise the quotes / orders /invoices. > > I don't really want to insert 'Mrs Sara Smith' in the present name field because of the sorting in > the list would be a mess: sorting by name is ideal. > > Hence my question: > Besides the alter table command for the extra fields in customer, which other files need to be modified? > HTML & tex templates are obvious, what about the .pl files, declaration of variables etc. > > Thks, > > David > PS: any advice on a good perl for beginners book will also be welcome ;o) > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > ------------------------------------------------------- > (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users > Archive: http://www.mail-archive.com/[email protected]/ > ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab ------------------------------------------------------- (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive: http://www.mail-archive.com/[email protected]/

