Help for this page

Select Code to Download


  1. or download this
    Can't use string (">gamelog.txt") as a symbol ref while "strict refs" 
    +in use at
    shannon.pl line 31, <STDIN> line 1.
    
  2. or download this
    my $gamesave = "gamesave.txt";
                       open(LOG, ">$gamesave") or die "Error: $!";
                       print LOG join("  ", @secrettext_new);
                       close(LOG) or die "Error: $!"