in reply to Re: Removing and replacing values from an array.
in thread Removing and replacing values from an array.
Thanks for the quick reply kennethk!
This is what I've been using as a guide so far, http://www.perl.org/books/beginning-perl/
The file's contents looks like this.
1[.]1[.]1[.]1 description 1[.]1[.]1[.]1 description 1[.]1[.]1[.]1 description url[.]com description url[.]com description url[.]com description url[.]com description
When done I want it to look like this.
1.1.1.1 1.1.1.1 1.1.1.1 url.com url.com url.com url.com
Or like this.
@ips 1.1.1.1 1.1.1.1 1.1.1.1 @urls url.com url.com url.com url.com
because eventually they'll need to be 2 files.
Again thanks for all the help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Removing and replacing values from an array.
by kennethk (Abbot) on Aug 18, 2014 at 17:14 UTC | |
by Laurent_R (Canon) on Aug 18, 2014 at 17:52 UTC | |
by kennethk (Abbot) on Aug 18, 2014 at 18:34 UTC | |
by Laurent_R (Canon) on Aug 18, 2014 at 18:55 UTC | |
by douggie305 (Initiate) on Aug 18, 2014 at 17:26 UTC |