Help for this page

Select Code to Download


  1. or download this
    
    # OO method for error to STDERR uisng 'warn'
    ...
            warn "$error\n";
        }
    }
    
  2. or download this
    $object->error_to_log("I made it this far, I can't believe it");
    
  3. or download this
    $object->error_to_log("Date: $date Variable: $var",1);
    
  4. or download this
    
    # $debug is a global variable
    ...
            warn "$error\n";
        }
    }
    
  5. or download this
    &error_to_log("Error message");