Help for this page

Select Code to Download


  1. or download this
    sub test
    {
    ...
    
    }
    
  2. or download this
    use base 'Class::DBI';
    
    ...
    # I would like to add the method doing it the Class::DbI 
    # way here.