home *** CD-ROM | disk | FTP | other *** search
- # $Id: Main.pl,v 1.1 1996/07/26 05:17:42 pedja Exp $
- # Main.pl: converted from the original Main.wos
- # The original file contains the following notice:
- #
- # You may freely copy, distribute and reuse the code in this example.
- # NeXT disclaims any warranty of any kind, expressed or implied, as to
- # its fitness for any particular use.
- #
- # Written by Nico Popp
-
- package WO::EB::Main;
- use WOPerl;
-
- %FLAGS=(
- 'rawSet' => 1,
- # 'traceSet' => 1, 'traceGet' => 1, 'traceInvoke' => 1,
- );
-
- sub departmentsPage {
- return $WOApp->pageWithName("Departments");
- }
-
- sub employeesFrameSet {
- return $WOApp->pageWithName("EmployeesFrameSet");
- }
-
- 'WO::EB::Main';
- # EOF
-