home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / perl / scripts-osu / operl.shar / sample1 < prev    next >
Encoding:
Text File  |  1991-02-25  |  136 b   |  10 lines

  1. #!/usr/bin/perl
  2. require 'operl.pl';
  3.  
  4. &defclass('hello', 'root');
  5. &defclass('hehe', 'hello');
  6. &defclass('fufu', 'hehe');
  7.  
  8. &dumpclass();
  9.  
  10.