- or download this
package Example::Module;
use strict;
...
}
1;
- or download this
use Example::Module;
Example::Module::accumulate(5,6,7);
Example::Module::printvalue;
- or download this
package Example::Module;
use strict;
...
}
1;
- or download this
package Example::Module;
use strict;
...
}
1;