May I know the uses of the Perl Module.
What is the use of the Perl Module?
Collapse
X
-
To create the File Logger module, you need to do the following steps:
1. First, create your module name, in this case, you call it FileLogger.
2. Second, create a file named modulename.pm.
3. Third, make the FileLogger module a package by using the syntax: package FileLogger; at the top of the FileLogger.pm file.
Comment
-
Its features are as follows:
1) Mission-critical. Used for mission-critical projects in the public and private sectors.
2) Object-oriented, procedural and functional. Supports object-oriented, procedural and functional programming.
3) Easily extendible.
4) Text manipulation.
5) Unicode support.
6) Database integration.
7) C/C++ library interface.
Embeddable.
Comment
Comment