perl-exporter Questions
3
Solved
I am looking the most efficient and readable way to export all constants from my separate module,that is used only for storing constants.
For instance
use strict;
use warnings;
use Readonly;
Re...
Lite asked 6/8, 2015 at 17:49
1
I have a module called hsfSubs.pm in my perl\lib folder. I have nothing in the module but subroutines and 1; at the end.
One subroutine, for example, is named pause. I have implemented no import o...
Janettejaneva asked 5/7, 2016 at 2:26
1
© 2022 - 2024 — McMap. All rights reserved.