Tanalis has asked for the wisdom of the Perl Monks concerning the following question:
I've tried using a subroutine to return the array, but get the same errors.
How can I get round this?
My code atm is as follows:
$bcp->config(INPUT = \@data, OUTPUT = 'db.dbo.info_tbl'); $bcp->run;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sybase::BCP and arrays
by demerphq (Chancellor) on Aug 15, 2002 at 12:19 UTC | |
|
Re: Sybase::BCP and arrays
by rinceWind (Monsignor) on Aug 15, 2002 at 12:13 UTC | |
|
Re: Sybase::BCP and arrays
by mpeppler (Vicar) on Aug 16, 2002 at 10:12 UTC |