NAME
FunctionalPerl::Htmlgen::Sourcelang -- detect programming language
SYNOPSIS
use FunctionalPerl::Htmlgen::Sourcelang;
is sourcelang("use Foo;"), "Perl";
DESCRIPTION
Detect if a piece of code is Perl, or more likely some other language.
NOTE
This is alpha software! Read the status section in the package README or on the website.