kkindoh on 07/08/06
Last Edited at 07/08/06 11:27am
sub isOutputScreen {   use POSIX;   return 0 if POSIX::isatty( \*STDOUT) eq "" ; # pipe  return 1; # screen} # end of isOutputScreen
Report this snippet Tweet
Comment:
You need to login to post a comment.