NetHack::Logfile

Reading and writing NetHack's logfiles
Download

NetHack::Logfile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shawn M Moore
  • Publisher web site:
  • http://search.cpan.org/~sartak/

NetHack::Logfile Tags


NetHack::Logfile Description

Reading and writing NetHack's logfiles NetHack::Logfile is a Perl module for reading and writing NetHack's logfiles.SYNOPSIS use NetHack::Logfile ':all'; my @scores = read_logfile("logfile"); @scores = sort { $b->{points} $a->{points} } @scores; $#scores = 1999; write_logfile(@scores, "high-scores"); my $game = parse_logline($scores); $game->{death} = 'ascended'; print make_logline($game), " "; Requirements: · Perl


NetHack::Logfile Related Software