sub ShowHeader{
$in{'m'} = 'Enters Room';
&WriteToChat;
&PageOut("$htmlpath/t_chat_banner.htm");
exit;
}
ok how do I make $in{'m'} = 'Enters Room'; to read from a file
a one line file.
so if I wanted to edit "Enter Room" to "walks in" from a page. I know how to open the file and edit it.
but don't know how to refrom the sub to read from it...
MA WarGod
I believe if someone can think it, it can be programmed
$in{'m'} = 'Enters Room';
&WriteToChat;
&PageOut("$htmlpath/t_chat_banner.htm");
exit;
}
ok how do I make $in{'m'} = 'Enters Room'; to read from a file
a one line file.
so if I wanted to edit "Enter Room" to "walks in" from a page. I know how to open the file and edit it.
but don't know how to refrom the sub to read from it...
MA WarGod
I believe if someone can think it, it can be programmed