Mult-idimensional associative arrays

2003-06-16 Thread Mark Troyer
Hello all, I am hoping that someone can help me out with my syntax regarding the use of associative arrays. Let's suppose that I create the following object: my %family = ( 'mark' = { tim = {sex,male,age,16}, tracy = {sex,female,age,12}, chantal =

Loading a module (Net::Jabber) in Perl (Windows)

2003-01-08 Thread Mark Troyer
Hi all, I just started working with Perl and am having a great time at it. Quick question regarding the loading of modules. I am running activestate perl on my XP machine. It appears that many of the modules I have looked at seem to have an install program that is based around make. The first

Question re POP3 module

2003-01-03 Thread Mark Troyer
Hello All, Perhaps someone can help me understand what I am doing wrong. I am trying to write a program that will manipulate my various POP3 mail boxes on the net. I seem to be having a problem with the get method in the Net::POP3 module. I am trying to read a message into an array and then

Question re POP3 module

2003-01-03 Thread Mark Troyer
Hello All, Perhaps someone can help me understand what I am doing wrong. I am trying to write a program that will manipulate my various POP3 mail boxes on the net. I seem to be having a problem with the get method in the Net::POP3 module. I am trying to read a message into an array and then