![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^5: character replaceby Corion (Patriarch) |
on Jun 02, 2009 at 12:47 UTC ( #767579=note: print w/replies, xml ) | Need Help?? |
Maybe it would be a good exercise to go through the code you've posted and to explain what every line is supposed to do. Especially the intention of these two parts is important:
What does @data contain? Is data a good name for that?
What is the output you see, and what is the output you expect. How does the output you expect relate to the rules you've set up for when to replace &? In answering these questions to yourself, you will find the steps you need to take to modify your program from a collection of lines into something that does what you want.
In Section
Seekers of Perl Wisdom
|
|