Is this possible? I know what I have below won't work.
========================================================================== use DB_File;
my %hash; tie(%hash, "DB_File", undef, O_RDWR|O_CREAT, 0640, $DB_BTREE) or die $hash{1} = [ 2, 3, 4 ];
print "@{$hash{1}}\n";
untie(%newhash); ==========================================================================
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>