Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: XBase File output

by guha (Priest)
on Feb 08, 2004 at 00:44 UTC ( [id://327407]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: XBase File output
in thread XBase File output

Anyway the docs talks about references to list. You have given an array for the fieldnames argument.

Replies are listed 'Best First'.
Re: Re: Re: Re: XBase File output
by michellem (Friar) on Feb 08, 2004 at 05:05 UTC
    You are absolutely right, it does. Thanks for pointing that out, I'd missed it (probably because there wasn't an example that used it). However, changing the code to:
    my $new_table = XBase->create("name" => "$filename.$ext", "field_names" => \@column_names, "field_types" => undef, "field_lengths" => undef, "field_decimals" => undef);
    had no effect - I still get the same error.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://327407]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-16 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found