News

Every programming language has its strengths...and its weaknesses. We identify five tasks for which perl is ideally suited, and four that...well, really, shouldn't you choose something else? We all ...
To see how associative arrays work, we’re going to look at both the Korn shell and Perl, though only the newest version of the Korn shell (referred to as “korn93”) supports associative arrays.
Basically, use <B>open</B> to create a filehandle (in the appropriate mode -- e.g. read, write, append, whatever) and then pass that as the first argument to printf, then close the filehandle.