![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CDE running but not display on screen | silves | AIX | 0 | 01-17-2008 07:49 AM |
| screen display help | zilla30066 | Shell Programming and Scripting | 2 | 01-30-2007 07:49 PM |
| simple perl script not working | hankooknara | Shell Programming and Scripting | 4 | 01-11-2007 02:02 AM |
| file display on screen on pg at time | zip_zip | Shell Programming and Scripting | 1 | 09-07-2003 04:30 AM |
| controlling screen display | jrdnoland1 | Shell Programming and Scripting | 6 | 02-08-2002 05:09 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Simple Perl Script to Screen Display
$number_clients++; print("Creating client $number_clients\r"); I have been using the above to increment on the screen as the script increments throughout a while loop. What I would like to know is what is the trick to keep the last one on the screen without printing it again? Ie ...Script running Creating client 500 End of script At the moment it runs through and just removes the last one from the screen.... Thanks in anticipation, I am sure it is a simple answer... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|