in reply to Re: Search and replace in an array using data in hash
in thread Search and replace in an array using data in hash
use Regexp::Common; s/ ( $RE{net}{IPv4} ) / $hash{$1} || $1 /xge;
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Search and replace in an array using data in hash
by Abigail-II (Bishop) on Aug 08, 2003 at 15:39 UTC |