The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::NAOdash - Analyze NetHack xlogfiles and extract statistics (command-line interface)

SYNOPSIS

  use App::NAOdash;
  App::NAOdash::run(@ARGV);

DESCRIPTION

App::NAOdash is the backend of the naodash script, a command-line interface to NetHack::NAOdash.

It defines two functions:

naodash_to_ansi($stats)

Takes the result of naodash_user or naodash_xlog and presents it in a text form, using ANSI escape sequences to indicate the presence/absence of checks.

run($user_or_path)

Analyzes the xlogfile for the given user / at the given path, passes the result through naodash_to_ansi and prints the result.

If the argument contains non-word characters, it is interpreted as a path. Otherwise it is interpreted as a NAO username.

SEE ALSO

naodash, NetHack::NAOdash, App::Web::NAOdash

AUTHOR

Marius Gavrilescu, <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2015 by Marius Gavrilescu

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.2 or, at your option, any later version of Perl 5 you may have available.