[Home]BananaSlicing

UseModWiki | RecentChanges | Preferences

Tarquin's rough stab at turning UseMod into OO code...

<pre>#!/usr/bin/perl

  1. UseMOO
  2. a sort of perl disaster by Tarquin
  3. based on UseModWiki by Clifford A. Adams
  4. OO code begins
  5. class Page
  6. Base class for pages.
  7. should:
  8. open an HTML scaffold file or build the UseModWiki
  9. default HTML page scaffold
  10. determine what sort of page has been requested

{

  package Page;

  ###########################################################
  #  Static

  our @registered;
  sub propNested { @registered }

  ###########################################################
  #  Class conditions

  sub propConditions { }
  # just for inheritance

  ###########################################################


UseModWiki | RecentChanges | Preferences
Edit text of this page | View other revisions | Search MetaWiki
Last edited August 22, 2015 4:40 am by z09-06-05.opera-mini.net (diff)
Search: