Help for this page

Select Code to Download


  1. or download this
    use iPLib::iCFG;
    use iPLib::iDoc;
    use iPLib::iRequest;
    #...
        ... $_POST->{'TESTNAME'} ...
    
  2. or download this
    use PAB3::CGI qw(:default);
    #...
    PAB3::CGI::init();
    #...
        ... $_REQUEST{'cmd'} ...