http://qs321.pair.com?node_id=468824


in reply to Favourite modules of 2006

I am still waiting for Acme::Client::MindControl to come along. Specifically I need Acme::Client::MindControl->read to figure out what they really want and can't seem to put into words, and Acme::Client::MindControl->write so I can convince them of what they really want.

And lastly, I know this might be asking too much, but I'd like Acme::Client::MindControl->release(endorphin => $amount) so that they will be happy with whatever I end up building for them.

Replies are listed 'Best First'.
Re^2: Favourite modules of 2006
by willyyam (Priest) on Jun 22, 2005 at 13:13 UTC

    I think the cruicial code would be something like this:

    @needs = Acme::Client::MindControl->needs; @wants = Acme::Client::MindControl->wants; map {@needs} @wants; Acme::Client::MindControl->write(@wants);