Hi,
Thanks for that.
I have mixed and matched a bit and came up with this:
#!/usr/bin/perl
$data_file="links.txt";
open(DAT, $data_file) || die("Could not open file!");
@raw_data=<DAT>;
close(DAT);
print "Content-type: text/html\n\n";
print...
Hi,
I run a flat text database and want to view it in html format on the web.
These are the entries:
e-mail|title|url|description|category|spare|time|date
e-mail|title|url|description|category|spare|time|date
etc...
I need 1 long list in html like this:
title description url e-mail...
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.