in reply to Re^4: How to initialize a Global in a module (Uts,L)
in thread How to initialize a Global in a module
I saw the answer just glancing at the documentation.
use iPLib::iCFG; use iPLib::iDoc; use iPLib::iRequest; #... ... $_POST->{'TESTNAME'} ...
vs.
use PAB3::CGI qw(:default); #... PAB3::CGI::init(); #... ... $_REQUEST{'cmd'} ...
- tye
|
|---|