CountZero has asked for the wisdom of the Perl Monks concerning the following question:

By coincidence I happened upon the Zanas module on CPAN.

It promises to be "a RAD platform for WEB GUIs with rich DHTML widget set" and was last updated on 9th November 2004.

It has *some* documentation, but most of it is on a low level (all basic functions are well documented) but it lacks some examples which show how it is all tied together.

Does anyone of you have tried it or knows of some examples somewhere?

I can of course e-mail the author of this module, but I would rather not do so before I have some feeling whether this is a module well worth to invest some time in it.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Replies are listed 'Best First'.
Re: Zanas module on CPAN
by reneeb (Chaplain) on Nov 14, 2004 at 15:40 UTC
    I don't know this module, but do you have genarated the "MORE API DOCS" (see at Zanas-Documentation)?

    perl -MZanas::Docs -e generate
      Yes, I did, that is where you find all the low-level basic function syntax. It seems a very well thought out module/system but it misses a tutorial.

      CountZero

      "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law