but as you imagine it give back all the text,could you help me to find how to turn the exp to discard the out range.#!/usr/bin/perl -w open(FICH, "a.txt"); while (<FICH>) { print if /string1/../string2/ ; } close FICH;
In reply to find a string into an interval by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |