all-trades.net
[EMAIL PROTECTED]
> -Original Message-
> From: Bradley M. Handy [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 10:27 AM
> To: [EMAIL PROTECTED]
> Subject: Tie and HASHREF's
>
>
> I am wondering about the use of tie with hashes and
I am wondering about the use of tie with hashes and then returning a
reference to that tied hash.
If have the following code:
##--- Begin Code
#!/usr/bin/perl -w
use strict;
use Apache::Session::DB_File;
my %session;
tie %session, Apache::Session::DB_File, ,
{FileName=>'/path/to/db_f