Re: Timed Redirection between Subs

2002-04-09 Thread p
Andrew, You could use 'sleep' to delay the program for a few seconds, but I'm not sure that's what you want. You want one page to be displayed, then wait a few seconds, then show another page? Try a simple HTML re-direct instead: Stick that in above your tag. All you have to do then is mak

Timed Redirection between Subs

2002-04-08 Thread @fro @ndy
Hay I have a Message Board and i have 2 subs: 1 for the actuall message baord and 1 for the posting of the entries to a text file. Here is a basic example of what i have (I have not put the proper html and that in as this message would be too long): if ($in{'action'} eq "") {&default;} elsif($i