in reply to Re: Re: Perl Replace Help
in thread Perl Replace Help
I open a html file and find 2 strings in it...
And went on to provide a code snippet that started like this...
open html, 'test.htm'; while (<html>) { .....
Perhaps I was reading too much into those clues, but it looked to me like he's trying to deal with HTML.
I might as well add another nit to pick with the OP's code: Not checking the success or failure of the open.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Perl Replace Help
by BUU (Prior) on Dec 05, 2003 at 06:17 UTC |