Help for this page

Select Code to Download


  1. or download this
    my $isOpen = open($handle, $templateLocation); 
    if (!$isOpen) {
    ...
    
    $logger->debug("File $templateLocation opened");
    $logger->info("Building template: $template");