line |
l |
!l |
condition |
174
|
1 |
0 |
'IO::Socket::UNIX'->new('Listen', 5, 'Type', 1, 'Local', $socket_file) || die("unable to listen on $listen : $!") |
196
|
0 |
0 |
'IO::Socket::INET'->new('Listen', 5, 'Proto', 'tcp', 'LocalAddr', $local_addr, 'LocalPort', $port, 'ReuseAddr', 1) || die("unable to listen on $listen : $!") |
223
|
0 |
1 |
$self->{'config'}{'logging'}{'file_prefix'} // 'app' |
230
|
1 |
0 |
'Log::File::Rolling'->new('filename', "$log_dir/$app_name.%Y-%m-%dT%H.log", 'current_symlink', $curr_symlink, 'timezone', $self->{'config'}{'logging'}{'timezone'} // 'gmtime') || die("Error creating Log::File::Rolling logger: $!") |