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

NAME

    language-guess - Guess the language of a text file

SYNOPSIS

    language-guess file ...

OPTIONS

-h

Prints this manual page in text format.

-v

Prints the current version of language-guess.

DESCRIPTION

language-guess takes one or more file names as arguments and guesses for each one which language it is written in. It uses Text::Language::Guess, please see its manual page for details.

EXAMPLES

  $ language-guess bill.txt

LEGALESE

Copyright 2005 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2005, Mike Schilli <cpan@perlmeister.com>