How to invoke a CGI.pm module’s methods
Four methods of calling a CGI.pm’s standard method As a beginner to perl programming one should know the method of invoking a cGI module’s method group. Basically perl has some predefined set of modules. These are stored with an extension .pm. Each module has some set of method groupings and each method grouping has some […]