Help for this page

Select Code to Download


  1. or download this
    package CNLLog;
    my $_POST_CONVERSION = "postConversion";
    ...
    sub postConversion_status {
        return $_POST_CONVERSION;
    }
    
  2. or download this
    use CNLLog;
    $temp = CNLLog::postConversion_status;
    print $temp;