Re: How to insert an array in to the middle of another array after a certain pattern

2007-04-13 Thread John W. Krahn
Typos wrote: > Hello everyone, Hello, > I'm a Perl beginner and I've been trying for a while to to insert an array > in to the middle of another array perldoc -f splice > after a certain pattern. More difficult. You first have to determine at what array index the pattern exists. > Here is wh

How to insert an array in to the middle of another array after a certain pattern

2007-04-13 Thread Typos
Hello everyone, I'm a Perl beginner and I've been trying for a while to to insert an array in to the middle of another array after a certain pattern. Here is what I'm trying to do...I have the Linux Iptables configuration file, which has a custom chain called MAC which hold all the IP to MAC entr