Home : Gossamer Threads Inc. : Custom Modification Jobs :

Gossamer Threads Inc.: Custom Modification Jobs: Re: [kellner] dbman mod: get records and query results from other database: Edit Log

Here is the list of edits for this post
Re: [kellner] dbman mod: get records and query results from other database
There is an easier (more reliable) way :)

Code:
sub get_cols {
my @cols = ();
for (keys %db_def) { push @cols, $_; }
return @cols;
}

@cols = get_cols();


Last edited by:

PaulW: Dec 18, 2001, 4:04 AM

Edit Log: