Hi All,

I writting a script so when members join my program it writes their  Email Address 
into a flat file.
I have it adding to the file this way.

open (FILE, ">>$cgiroot/memdata/address/members.txt");
flock(FILE, 2);
print FILE "$list\n";
flock(FILE, 8);
close (FILE);

What I need to know, and I haven't been able to get it to work, is, How do I get it to 
show one email address per line
on a table in an HTML Page?

Thanks and God Bless
Linda
ICQ #: 179542247

¤§¤=========¤§¤=========¤§¤¤§¤=========¤§¤=========¤§¤

For God so loved the world, that He gave his only begotten
Son, that whosoever believeth in him should not perish, but
have everlasting life.

¤§¤=========¤§¤=========¤§¤¤§¤=========¤§¤=========¤§¤

Reply via email to