Help for this page

Select Code to Download


  1. or download this
    # You could load the hash from a database table, or just call the data
    +base for
    # each car.  I'm just hardcoding for this example:
    ...
    
       ...
    }
    
  2. or download this
    sub load_defaults_for_model {
       my $self=shift;
    ...
       }
       return $new_obj;
    }