Hi All, I know this may be a very basic question but I don't know how to accomplish it. :(
I want to know how to redirect a message simultaneously to a file-handler and standard O/P. So basically I want a short cut way to execute following 2 commands using one singe command which will print the message both into file handler and on the console: print $message; print FILE, $message; Cheers, Parag