Help for this page

Select Code to Download


  1. or download this
    # See if we need to calculate refresh matrix, based on user options
    if ($qeneral_user_options =~ /c/) {
    ...
    else {
        print "Value of \$general_user_options = '$general_user_options'\n
    +";
    }
    
  2. or download this
        Value of $general_user_options = 'cde'