in reply to Re^2: Perl array into MySQL Database
in thread Perl array into MySQL Database
You could use Storable which is pretty fast, but produces binary file or DataDumper which produces text files.
This solutions are also more general then using split & join, they also work for hashes, references (at least Storable).
ciao
knoebi
|
---|