> > Somebody is not using a very friendly mailinglist client. It's pretending > > this is a newsgroup, which is tricking things up... > > Are you talking about me? I'm the one that replied to your op. > > I have outlook express account that points to nntp.perl.org. There is > software that emails list members all of my posts to the news server, and > this software also takes all emails sent to the list and posts them to the > news server. So, all of the lists on perl.org are mailing lists AND > newsgroups.
Interesting. In that case, someone is using some very odd mailing list software as it should be mangling things to email out mail messages :) I have to hit reply, write my reply, and if I just hit send, "an error has occured".. But if I cut the text, cancle the message, create a new one, and paste my reply... poof, works :) > You will be connecting to x data sources, so you will have x objects > reperesenting each connection. Better? It's your project, not mine. I need to heavily redo the db portion of my stuff now =P The OO pm I wrote to do the database interaction only connects to one database and it reads variables out of a config file. I'll have to change it to read a hash out of a config file and iterate through loops... > > > There are already interfaces to the most common SQL databases. Theres > also a > > > perl LDAP interface. You may have to build your own interfaces for the > > > Comsoft and AS/400 applications if you must access them with perl. The > way > > > you do this is by creating perl wrappers to the C api that comes with > your > > > data stores. > > > > I don't know how to program in C. Maybe now is a good time to learn, > since my > > deadline is hte 22nd of August :) > > So many jokes... so little time ;0) Aight, out wit the jokes! I'm not paid enough to beable to purchase entertainment ... :P > > > I would create a custom object that stores each object as a property. > This > > > will make managing the connection objects easier. > > > > If it were up to me, I would be investing heavily in Vaseline corporation > > because I know exactly where this new ticket system is going to end up.... > > The mind reels. Aye. I got a custom object that stores A dbase object... but not multiple ones :P Going to fix that. Dennis -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]