Eliminar linea de un archivo similar a comando GREP

Cristian Gutierrez crgutier en dcc.uchile.cl
Lun Ago 29 17:42:18 CLT 2005


Hoy en la tarde, Horst von Brand dijo:
> Roberto Bonvallet <rbonvall en alumnos.inf.utfsm.cl> wrote:
>
> [...]
>
>> El codigo queda mucho mas claro cuando las REs son monstruosas.  En perl
>> tambien se puede:
>> 
>>     $http_header = qq(EXPRESION KILOMETRICA PARA CALZAR HTTP);
>>     ...
>>     $mi_hermoso_string ~= /$http_header/;
>
> Nope. La forma eficiente de hacer esto es:
>
>      $http_header = qr(EXPRESION KILOMETRICA PARA CALZAR HTTP)o;
>      ...
>      $mi_hermoso_string ~= /$http_header/;

Solo si "EXPRESION KILOMETRICA..." tiene variables interpoladas; de otra
forma `/o' no hace diferencia AFAIR.

-- 
Cristian Gutierrez                          /* crgutier en dcc.uchile.cl */
"We don't understand the software, and sometimes we don't understand
 the hardware, but we can *see* the blinking lights!" -- Unknown



Más información sobre la lista de distribución Linux