-
-
26 Dec 2015 21:34:53 UTC
- Distribution: NetHack-NAOdash
- Module version: 0.003
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Clone repository
- Issues (0)
- Testers (407 / 0 / 26)
- Kwalitee
Bus factor: 0- 68.15% Coverage
- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (19.97KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install NetHack::NAOdash, copy and paste the appropriate command in to your terminal.
cpanm NetHack::NAOdash
perl -MCPAN -e shell install NetHack::NAOdash
For more information on module installation, please visit the detailed CPAN module installation guide.