On Wednesday 06 March 2002 00:34, Jon Molin wrote:
- - - snip - - -
> something like this maybe:
>
> open (DATAFILE, 'somefile');
> while (<DATAFILE>)
> {
>    my @values = split /: /, $_;
>    my $sql = "insert into $values[0] ...
>    $dbh->do ($sql);
> }
>
>
> /Jon
- - - snip - - -

Hi, Jon:  Thanks.  That seems pretty good.  I'll post the code, when I get it 
working.  Tom

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to