http://www.perlmonks.org?node_id=1020878


in reply to Re: How can one get the result to a text file when print join is used?
in thread How can one get the result to a text file when print join is used?

Or add a "select FH;" after the "open (FH...")

open(FH, ">myPer .txt") or die "Cannot open myPer .txt"; select FH;
  • Comment on Re^2: How can one get the result to a text file when print join is used?
  • Download Code

Replies are listed 'Best First'.
Re^3: How can one get the result to a text file when print join is used?
by supriyoch_2008 (Monk) on Feb 28, 2013 at 07:10 UTC

    Hi clueless newbie,

    Thanks for the code. It has worked and my problem is now over. The code is unique and simple.

    With deep regards,