|
Perl ModulesWhat are modules?Often programming/markup languages are extensible via packages or modules. The syntax these maodules use is generaly different from the basic language. Hence any keyword/function that comes from a module will not be properly highlighted. Also some modules are so complex that they make a language of their own (like Tk for Perl) and it would be nice to have a full support for that dialect. Adding a module
Removing a module
|