Perl Lists: More on Manipulation
Monday, March 24th, 2008Perl: Concatenating Text and More
Monday, March 10th, 2008This marks the finale of our coverage of text in Perl until we get into some more of the advanced Perl features at any rate . We left off with the here document and how to use it to display text exactly as we type it in using ...
Python: More Fun with Strings
Monday, February 4th, 2008In our last article we left off discussing ways to manipulate strings in Python like concatenating repeating escape characters and so forth. In this episode we will pick up where we left off and learn some more ways to work with strings starting with the ...
