![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Console output != file outputby toolic (Bishop) |
on Sep 01, 2013 at 17:53 UTC ( #1051836=note: print w/replies, xml ) | Need Help?? |
Tip #1 from the Basic debugging checklist: warnings
You are opening the file for input, not output: see open. This works for me:
In Section
Seekers of Perl Wisdom
|
|