in reply to redirecting the messages
How you do this depends on your OS. In Linux, you can send output to /dev/null. If you're on Windows, you might try redirecting your output to a file (perl foo.pl > dump.fil). Then you could either delete it or use it to see what the messages were.
|
|---|