From: Rob Benton <[EMAIL PROTECTED]>
> 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);
> ======================================================================
Not directly.
See
perldoc MLDBM
HTH, Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>