Bruno Negrao - Perl List wrote:

> Yeah it worked! I simply changed the '/usr/lib/news/history' for
> '/etc/aliases' and
> the script showed the file contents.
> But, why? Why dbmopen didn't work?
> 
> thanks,
> Bruno.

dbmopen defaults to NDBM so if tie works, chances are that dbmopen should 
work as well. but since Perl does not recommand using dbmopen, we should 
respect that.

david


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to