File-Flock

 view release on metacpan or  search on metacpan

lib/File/Flock/Subprocess.pm  view on Meta::CPAN

{
	local($_);
	for $_ (@_) {
		### assert: defined $_
		s/\\t/\t/g;
		s/\\n/\n/g;
		s/\\\\/\\/g;
	}
}

sub update_proxy_connections
{
use Carp qw(longmess);
	print STDERR longmess("last_pid undefined") unless defined $last_pid;
	return if $last_pid == $$;
	### UPDATING PROXY CONNECTIONS: "$$ IS NOT $last_pid"
	$last_pid = $$;
	for my $pid (keys %lock_proxies) {
		my $proxy = IO::Socket::UNIX->new(
			Peer	=> "$socket.$pid",
			Type	=> SOCK_STREAM,

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.999 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )