- my %column_data = $main::column_data;
- my @column_index = $main::column_index;
- my $subtotalonhand = $main::subtotalonhand;
- my $totalsellprice = $main::totalsellprice;
- my $totallastcost = $main::totallastcost;
- my $totallistprice = $main::totallistprice;
- my $subtotalsellprice = $main::subtotalsellprice;
- my $subtotallastcost = $main::subtotallastcost;
- my $subtotallistprice = $main::subtotallistprice;
+ our (%column_data, @column_index);
+ our ($subtotalonhand, $totalsellprice, $totallastcost, $totallistprice, $subtotalsellprice, $subtotallastcost, $subtotallistprice);