Help for this page

Select Code to Download


  1. or download this
    localhost                               ->     Tue Apr  6 07:50
    localhost                               ->     Tue Apr  6 07:51     ->
    +     ChickenInvaders
    localhost                               ->     Tue Apr  6 07:51
    localhost                               ->     Tue Apr  6 07:52     ->
    +     BrainsBreaker
    localhost                               ->     Tue Apr  6 07:54
    
  2. or download this
    open(OUT, ">>../data/texts/log.txt") or die $!;
       print OUT $host, " "x(40-length($host)), "->     ", $xronos, "\n";
    ...
    <code>
    open(OUT, ">>../data/texts/log.txt") or die $!;print(OUT $host, " "x(4
    +0-length($host)), "->     ", $xronos, "     ->     ", $game, "\n");
    close(OUT);