in reply to
What is Wrapper in Perl
In addition to what Fletch said...
Sometimes we call wrappers such modules that provide Perl interface to libraries written in other languages.
For example, the module XML::LibXML is Perl binding for libxml2.
Comment on
Re: What is Wrapper in Perl
In Section
Seekers of Perl Wisdom