Man page of Lingua::Lid::Errstr(3)

Index


NAME

Lingua::Lid::Errstr - provides $Lingua::Lid::errstr

SYNOPSIS

    use Lingua::Lid;

    print $Lingua::Lid::errstr, "\n";

    print Lingua::Lid::errstr(), "\n";  # preferred

DESCRIPTION

Lingua::Lid::Errstr implements a thread-safe replacement of the former package variable $Lingua::Lid::errstr.

NOTES

$Lingua::Lid::errstr is provided for backwards compatibility with Lingua::Lid v0.01. It may be removed in a future release. Any new code using Lingua::Lid should utilize the function Lingua::Lid::errstr().

AUTHOR

Alex Linke <alinke@lingua-systems.com>