Mark McLogan wrote:
>
> Hi every body
> I want delete some lines of a file
> I desire to erase the lines that contain the word " home " since I can
> make to eliminate these lines in the text if I have this word content in a
> variable $var
Who has the luck to use a real OS, not a baby tool :-
On Dec 12, Mark Mclogan said:
>I want delete some lines of a file
>I desire to erase the lines that contain the word " home " since I can
>make to eliminate these lines in the text if I have this word content in a
>variable $var
The Perl FAQ (perldoc -q 'delete a line') suggests the followin
Hi every body
I want delete some lines of a file
I desire to erase the lines that contain the word " home " since I can
make to eliminate these lines in the text if I have this word content in a
variable $var
Thanks all
Over
Mark McLogan
___