Is there a way to get a script to run in verbose mode. I would like to have my script output to a file and be able to catch all the information I can. I know I can type "perl xxx.pl > whatever.txt" from the command line and get some of the scripts output in the txt file but I would like the txt file to contain as much detailed information about what is happening when the script runs as possible. Thanks
In reply to verbose
by gitarwmn