\n";
flock (DATABASE, 8);
close (DATABASE);
Hope this is of help
jffusion
On Fri, 12 Jul 2002 14:26:25 +0800 "Karen Liew Ying Ping"
<[EMAIL PROTECTED]> writes:
> Hi,
>
> Anyone knows if PERL can talk to a .dbf file that is sitting on the
> same machine where P
first off let me say thank you for the help
I know I am a pest, but I am learning a lot
Anyway I fixed everything so it works fine in my editor
However now it refuses to work in my browser.
I keep getting an error 500
Which I can only assume is because of my html header.
I checked the subject in
This is what I have now.
#!C:/Perl/bin/perl.exe -w
###
# Written by William S. Lyles
# July 9 2002
#
# The purpose of this program
# is to generate a random username
# and password, then write the
# username and password to a
# database file and .htpasswd file
# an
Hi
I'm trying to get my script to recognize the date and time.
I thought I had it but I keep getting errors all over.
Please take a look and tell me whats wrong
Thanks
# Here we define the variables
use strict;
my $htpasswd = 'c:\apache\htdocs\members\.htpasswd';
my $database = 'c:\apache\m
Hi
I'm trying to get my script to recognize the date and time.
I thought I had it but I keep getting errors all over.
Please take a look and tell me whats wrong
Thanks
# Here we define the variables
use strict;
my $htpasswd = 'c:\apache\htdocs\members\.htpasswd';
my $database = 'c:\apache\me
Hi
I have my script to generate a random username and password
and print it in the browser window
Now I need to define the username and password generated so that they are
written to the htaccess, htpasswd, and members.db file
here is the script
# Here we define the variables
$htpasswd = 'c:\a
Hi
I'm trying to write a new script that will automatic show a pop up window
with a random username and password for my members section.
The way it needs to work is that after a user pays for membership they
will
be redirected to the the script, the script will then generate a random
username an