*apologize for the 'wide' post*<BR><BR>I'm a perl newbie, and I'm having a little trouble with multidimensional arrays in perl.<BR><BR>I'm a Bioinformaticist grad student, and I'm coding a simple DNA ...
I have a form that will contain a variable number of entry fields on it, allowing people to allocate numbers of hours towards projects. The CGI string will ...
An associative array is an array which uses strings as indices instead of integers. To see how associative arrays work, we’re going to look at both the Korn shell and Perl, though only the newest ...
Being a hired-gun developer, I inherit all kinds of client problems. Recently, I was tasked with exporting a delimited flat file from one application and formatting it so it could be imported into ...
As more and more Web sites begin using XML for their content, it's increasingly important for Web developers to know how to parse XML data and convert it into different formats. That's where the Perl ...