open(TL,"$path_to_lang/$thislang/author.txt"); while(){push(@LaNg,$_)} &exec_lang; print "Content-type: text/html\n\n"; open(AU,"$htm/author.txt"); while(){ s/\$(\w+)/${$1}/eg; print; } exit; 1;