Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    use warnings ;
    ...
    
    $m->test() ;
    $m->newTest() ;
    
  2. or download this
    package MyModel ;
    
    ...
      return bless {}, __PACKAGE__ ;
    }
    return 1 ;
    
  3. or download this
    package newModel ;
    
    ...
    }
    
    return 1 ;