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