Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    open(LOG, ">$gamesave") or die "Error: $!";
    print LOG join("  ", @secrettext_new);
    close(LOG) or die "Error: $!"
    
  2. or download this
    This is perl, v5.8.8 built for sun4-solaris-thread-multi