in reply to Re: Pass 'posted' data to a 'chained' script
in thread Pass 'posted' data to a 'chained' script

The website, where this is to be used, has around 100 scripts, each independant of the other and many driven by a database. The site is organised such that each user gets a different combination of scripts. I have used the 'library' approach whenever practically feasable.

What I'm trying to do here is to provide, at login, a different starting page for different groups of users. (6+ differerent pages that do not lend themselves to a 'library' approach )

  • Comment on Re^2: Pass 'posted' data to a 'chained' script

Replies are listed 'Best First'.
Re^3: Pass 'posted' data to a 'chained' script
by tilly (Archbishop) on Feb 11, 2005 at 14:13 UTC
    It should always be possible to take the library approach. If you're having trouble getting it to work, CGI::Application may help.
Re^3: Pass 'posted' data to a 'chained' script
by dimar (Curate) on Feb 08, 2005 at 15:33 UTC

    Hmm ... perhaps you are shooting for the BigBallOfMud methodology?

      My initial reaction, after a very brief visit to that link, was that you were being sarcastic and unhelpful. So --
      But I went back for a second visit, and a little more in-depth reading.
      Didn't solve the problem but it did get me thinking..... ( ++ on a couple of your earlier posts. )