|
|
| more useful options | |
| PerlMonks |
Re: Substr Problemby GrandFather (Cardinal) |
| on Sep 27, 2012 at 01:38 UTC ( #995901=note: print w/ replies, xml ) | Need Help?? |
|
It's not over clear what you want to do, but my best guess is that you have a vector of data where you want to alter some of the values then print the resulting vector. A good way to do that is to transform your string representation of the data to an array, edit the data in the array, then write it back out as a string:
Prints:
True laziness is hard work
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||