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

Perl comes with extensive documentation. See the documentation for the print function.

  • Comment on Re: How can one get the result to a text file when print join is used?

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

    Hi Corion,

    Thanks for your suggestions. I shall read the suggested text on print.

    Regards