Perl Lists: More Functions and Operators

Monday, March 31st, 2008

We left off covering the splice function which can be used for adding and removing elements from a list. We also spoke about four other functions pop push shift and unshift which are all ...

Perl Lists: More on Manipulation

Monday, March 24th, 2008

In our last article we talked about lists going somewhat in-depth on their capabilities. We talked about creating them printing from them and even used a slicing technique to add and remove from our lists. In this article we will start off looking at more traditional ways ...

Perl: Concatenating Text and More

Monday, March 10th, 2008

This 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, 2008

In 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 ...