Hi Monks,
I have a script asdf.pl and when i run it, it will output data to screen (STDOUT). But I want to design the script such that if i put "asdf.pl -o asdf.list" , it should output everything to a file instead.
Note : cannot do asdf.pl >! asdf.list in the command line