Robert Wohlfarth <[email protected]> writes: > On Wed, Sep 11, 2013 at 5:04 PM, Harry Putnam <[email protected]> wrote: > <snip> > >> while(<$cmdh>) { >> print $fh; >> print; >> > </snip> > > I believe this code prints the file handle. Try this: > while(<$cmdh>){ > print $fh $_; > print;
Egad! Yes, that is what's happening... thanks. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
