print "Running Script....\n"; my @scriptlog =`perlscript -b -f=$file`;#when this command is running ,if the user presents enters the choice picks it up,how to redirect or stop this? print "\nEnter your choice: "; my $choice = <>; chomp($choice);