Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
and in the output i am getting@Old_URL = grep /href=/i, split(/[<\s>]+/, $input);
i want the br's to be not there , is there a way to tweak the split to do this , if so please let me knowhref="/offices/OPA/bios.html"<br> href="/PressReleases/WhiteHouse.html"<br>
2003-05-08 edit ybiC: retitle from "take a look plz"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Strip HTML line breaks from list of URLs
by diotalevi (Canon) on May 08, 2003 at 20:06 UTC | |
by Maclir (Curate) on May 09, 2003 at 19:47 UTC | |
by diotalevi (Canon) on May 09, 2003 at 21:46 UTC | |
Re: Strip HTML line breaks from list of URLs
by cfreak (Chaplain) on May 08, 2003 at 20:29 UTC | |
Re: Strip HTML line breaks from list of URLs
by svsingh (Priest) on May 08, 2003 at 21:00 UTC | |
by Anonymous Monk on May 08, 2003 at 21:26 UTC | |
by tall_man (Parson) on May 08, 2003 at 22:52 UTC | |
Re: Strip HTML line breaks from list of URLs
by Llew_Llaw_Gyffes (Scribe) on May 09, 2003 at 00:30 UTC |