Re: array location

2001-05-29 Thread Nichole Bialczyk
i feel really stupid now. i can't believe i actually did that. i guess learning perl is starting to frazzle my brain. it wasn't an array, but an actual IP address. since it was supposed to store blocked addresses, for some reason when i saw just one entry, i thought that it was something diffe

Re: array location

2001-05-29 Thread Brett W. McCoy
On Tue, 29 May 2001, Nichole Bialczyk wrote: > ok, so i'm trying to work my way through this script. there are blocked > addresses and they are stored in an array at something like > 'd-131-151-136-22...xxx'. Where do I find this location on the > unix account? I need to be able to add mo

array location

2001-05-29 Thread Nichole Bialczyk
ok, so i'm trying to work my way through this script. there are blocked addresses and they are stored in an array at something like 'd-131-151-136-22...xxx'. Where do I find this location on the unix account? I need to be able to add more/ take away users from this file. thanks, nichol