Help for this page
open(my $in1, '</etc/passwd'); open(my $in2, '</etc/passwd');
if (!fork()) { system('ls -al /proc/self/fd/');}