im relatively new to perl and have been given this assignment by one of my friends to do in 4 hours im totally lost any help would be much appreciated.
write a perl program which will accept a sequence of up to 3 unix commands. the ccommands will be entered at the command line one per line. after the commands have been entered the program will construct a pipeline of the required number of pipes and fork a new process for each of the commands which are then executed.
thanks