open (HTML,">$path_to_html/index.html");
open (HEAD, "path_to_data/$today");
@head = HEAD; (need bigger smaller as brackets around HEAD. won't show here)
close (HEAD);
foreach $line (@head) {
print HTML"$line";
}
close (HTML);
end srcipt.
very simple way to do it .
Last edited by andi_germany; 12-23-2002, 11:57 PM.
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
Comment