Re: printing a filehandle to another file.
PM Subject printing a filehandle to another
printing a filehandle to another file.
Here is my code: use strict; use warnings; my $tpexports = qq(/usr/local/bin/ohiohealth/derek); my $archivedexports = qq(/usr/local/log/9940exports.archived); open (_, "+>$tpexports") || die "could not open file: $tpexports $!"; open (FOO, ">>$archivedexports"