Help for this page

Select Code to Download


  1. or download this
    Package SuperClass.pm
    use DBI;
    ...
       ## here. Then every object from here on down can access
       ## them.
       }
    
  2. or download this
    package UserManager;
    use base 'SuperClass';
    ...
       #reusability.
    }