Bolcato Chris wrote:
Which DBM modules should be used or is most common, compatible,
recommended?
There is no simple answer to that question. See for instance the
section "Standard Modules" in "perldoc perlport".
In CGI scripts, where I care about portability and the databases are
small, I prefer SDBM, since it comes with Perl and works on both *nix
and Windows.
Would this be a good choice for sharing variable data with multiple
perl scripts? Kind of a shared variable database?
Possibly. Can't comment on that without knowing more.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>