NEW TO PERL / PROGRAMMING - NEED HELP URGENT!!!
ARE WORKING ON A PERL-SCRIPT TO EDIT A "MEMBERS DATABASE" (RAW):
#!/usr/bin/perl
use CGI qw(:all);
print "Content-type: text/html\n\n";
open ($inf, 'data/members.dat');
@data = <$inf>; close ($inf);
print <<END_HTML;
<html><head><title>Edit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.