
Zeke_D
Deleted
Jul 28, 2000, 8:34 PM
Post #1 of 2
(1420 views)
|
clearing the screen
|
Can't Post
|
|
until ($kill eq "$killnum") { print FILE "$kill"."|"."$line[$kill]"; print "$kill"."|"."$line[$kill]"; $kill++; } I am opening a pipe delimited database. first i want to append the database. next i want to print to the screen what line i am printing. Because the database has 250 lines, i want to clear the screen after printing, but before incrementing $kill. otherwise there would be 255 lines of database printed to the screen. how do i clear the screen in cgi? [This message has been edited by Zeke_D (edited 07-28-2000).]
|