in reply to Re: Re: Re: XBase File output
in thread XBase File output
had no effect - I still get the same error.my $new_table = XBase->create("name" => "$filename.$ext", "field_names" => \@column_names, "field_types" => undef, "field_lengths" => undef, "field_decimals" => undef);
|
|---|