in reply to Error when using system("clear") command
The command is incorrect?if($version eq "XP") { system("wmdist -e $input SUCCESS > XP_success.txt"); system("clear"); system("wmdist -e $input FAILED > XP_failed.txt"); $|=1; system("wmdist -e $input WAITING > XP_waiting.txt"); }
At least when I run cls on an XP machine, it clears the screen.system("cls");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error when using system("clear") command
by Anonymous Monk on Jul 14, 2009 at 18:45 UTC | |
by Anonymous Monk on Jul 15, 2009 at 10:56 UTC |