Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    system("clear");
    ...
        system("cat chatlog.txt");
        system("sleep 3");
        }
    
  2. or download this
    #!/usr/bin/perl
    
    system("clear");
    ...
    system("read $in");
    system("echo "$in" >> chatlog.txt);
    }