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
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:
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