Help for this page

Select Code to Download


  1. or download this
    package CNLLog;
    my $_POST_CONVERSION = "postConversion";
    my $_CORRECTIVE_SCRIPTS = "correctiveScripts";
    
  2. or download this
    use CNLLog;
    $temp = $CNLLog::_POST_CONVERSION;
    When I print "$temp" I get nothing.