in reply to Re: Re: Refresh display in Perl
in thread Refresh display in Perl

<silly childplay>

OR... make it longer to support those poor win32 users (well, assuming they might have installed a program called 'who' lol):

perl -le 'print $^O =~ /Win32/ ? `clear;who` : `cls;who` and sleep 2 w +hile 1'

</silly childplay>


If the above content is missing any vital points or you feel that any of the information is misleading, incorrect or irrelevant, please feel free to downvote the post. At the same time, please reply to this node or /msg me to inform me as to what is wrong with the post, so that I may update the node to the best of my ability.