Help for this page

Select Code to Download


  1. or download this
                my %list_params = (
                                    listnum     => $listnum,
    ...
    
    print Dumper(\%list_params);
    $addlisting = Table::Listings->find_or_create(\%list_params);
    
  2. or download this
    $VAR1 = {
              'sch_element' => 'Salina',
    ...
              'sch_intermed' => 'Red Hills',
              'tot_sqft' => '1404'
            };
    
  3. or download this
    $VAR1 = {
              'sch_element' => 'Monroe',
    ...
              'sch_intermed' => 'South Sevier',
              'tot_sqft' => '2392'
            };