The main script
MyModule1.pm#!/usr/bin/perl -w use strict; package MyPackage; use MyModule1; print testme();
package MyPackage; sub testme { return "Test Module 1"; } 1;
In reply to Re: How do plugins work?
by spatterson
in thread How do plugins work?
by pileofrogs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |