perleager has asked for the wisdom of the Perl Monks concerning the following question:
############ADD MEMBER FOR HOME.CGI sub addmember { $timerss = time; use DB_File; # optional; overrides default tie %add, "DB_File", "" or die "Can't open FILENAME: $!\n"; # o +pen database tie hash to db #account-keys time-values $add{$account} = "$timerss"; #REFRESH TIME untie %add; dbmclose %add; &whosonline; }
2001-04-21 Edit by Corion : Changed title
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Windows/UNIX
by chromatic (Archbishop) on Apr 21, 2001 at 07:47 UTC | |
|
Re: Windows/UNIX
by eejack (Hermit) on Apr 21, 2001 at 08:34 UTC | |
by LD2 (Curate) on Apr 21, 2001 at 08:46 UTC | |
by tilly (Archbishop) on Apr 21, 2001 at 16:02 UTC | |
|
Re: Windows/UNIX
by Chmrr (Vicar) on Apr 21, 2001 at 08:22 UTC |