IPTables::IPv4 issue / relocation R_X86_64_32S against ... can not be used when making a shared object

2007-10-01 Thread Michael Gale
Hey, Not sure if this has been posted so I figured some one else may need this. I was having an issue building IPTables::IPv4 on Centos5/REHL5 when I did a x86_64 install, the hardware is AMD64. I could build the module fine if I did a i386 install. I believe the problem is because of

Re: Iterated Hash Names

2007-10-01 Thread Paul Lalli
On Sep 30, 11:30 am, [EMAIL PROTECTED] (Mathew Snyder) wrote: > I'm trying to create an array of hashes with hash names that are simply > "user1", > "user2", "user3", etc. Stop. Go read: perldoc -q "variable name" Then come back and ask your question. Paul Lalli -- To unsubscribe, e-mail:

Re: Iterated Hash Names

2007-10-01 Thread Jenda Krynicky
From: Mathew Snyder <[EMAIL PROTECTED]> > I'm trying to create an array of hashes with hash names that are simply > "user1", > "user2", "user3", etc. How do I use this method when adding one of the hashes > to the array? > > my $user = "user" . $i; > > (build hash...) > > push @userData, hash