#!/usr/bin/perl use strict; use warnings; close STDERR; open FH, '>', 'log'; die "exit from program\n";