Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    system('tail -F chatlog.txt');
    
  2. or download this
    $on = "true";
    while ($on = "true") { ... }