perlpoda has asked for the wisdom of the Perl Monks concerning the following question:
I'm quite new to the perl world and managed to code a small programm checking links with the LWP simple module.
The small code made a .csv file with all the links not working. I have quite a few (>1000) of them now in the csv file - line by line.
I have the original file with all the links in a .csv file with tabulated spaces.
What I want to do is that the original file is searched for all the not working links and deleting the whole line.
Is there a way to do this with an easy perl script? Big thanks in advance.
Regards, Rob
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Find & Delete by comparing two files
by kcott (Archbishop) on Sep 11, 2012 at 07:14 UTC | |
Re: Find & Delete by comparing two files
by Athanasius (Archbishop) on Sep 11, 2012 at 08:10 UTC | |
by perlpoda (Initiate) on Sep 11, 2012 at 08:46 UTC | |
by Athanasius (Archbishop) on Sep 11, 2012 at 12:15 UTC | |
by perlpoda (Initiate) on Sep 11, 2012 at 13:19 UTC | |
by nemesdani (Friar) on Sep 11, 2012 at 10:00 UTC | |
by perlpoda (Initiate) on Sep 11, 2012 at 13:17 UTC | |
Re: Find & Delete by comparing two files
by Anonymous Monk on Sep 11, 2012 at 07:09 UTC |