adding new cpan module to mod_perl / apache installation..

2007-05-07 Thread Mark Henry
Hi All, First - noob alert - I've searched all avenues that I know of, but I'm not positive how to frame my question (being an apache/mod_perl virgin), so its possible there are still some trees un-barked up. (The 'searchable' archives link has no search option that I could find http://mail-arch

sharing data structures between scripts (forms)

2007-05-23 Thread Mark Henry
Hi, I've done a decent amount of work in a particular script which reads a (flatfile) database, builds some data structures (hashes of arrays of arrays) does some processing and spits out a form. I then want the user to choose some values on the form, submit it, then I would act upon that, ultim

Re: sharing data structures between scripts (forms)

2007-05-24 Thread Mark Henry
you see that a lot in asp pages. its damn messy and causes a ton of excess bandwidth and processing power. pages with 2k of content quickly have 130k of session data in them. i'd highly recommend against it. On May 23, 2007, at 6:12 PM, Mark Henry wrote: > Hi, > > I've do