NAME
Text::LooksLike - make guesses about snippets of text
SYNOPSIS
use Text::LooksLike;
VERSION
This documents version 0.00_01 of Text-LooksLike corresponding to git commit 343d7920353a3a83890e99e4c3303123ad640d9f released on Wed Jan 13 15:56:19 2021 +0900.
DESCRIPTION
Given a small piece of arbitrary text, try to guess what it might contain. For example, the text might be a web address, some database SQL, the path to /etc/passwd, a person's name, a number, or random ASCII characters.
FUNCTIONS
looks_like
my $guess = looks_like ($text);
Returns a guess about what the text looks like. The result is an English word describing what it thinks the contents might be.
AUTHOR
Ben Bullock, <bkb@cpan.org>
COPYRIGHT & LICENCE
This package and associated files are copyright (C) 2021 Ben Bullock.
You can use, copy, modify and redistribute this package and associated files under the Perl Artistic Licence or the GNU General Public Licence.