in reply to Re: STDOUT msg routingin thread STDOUT msg routing
#!/usr/bin/perl use strict; use warnings; open STDOUT, ">", "files.out"; print "test\n"; [download]