|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: How can one get the result to a text file when print join is used?by roboticus (Canon) |
| on Feb 27, 2013 at 12:34 UTC ( #1020876=note: print w/ replies, xml ) | Need Help?? |
|
If you want your output to go to the file, you need to say so. Change this: print join("", @res);to this: print FH join("", @res);...roboticus When your only tool is a hammer, all problems look like your thumb.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||