# child.pl $LOGFILE=$ARGV[0]; open FOUT, ">>$LOGFILE" ; print "\nEnter the child process input : "; $c_input1=; print FOUT "\nYou Entered Child Input : $c_input1"; close (FOUT);