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