- or download this
#!/usr/bin/perl
use strict;
...
'line 20',
'line 21'
];
- or download this
line 1
line 2
...
line 19
line 20
line 21
- or download this
#!/usr/bin/perl
use strict;
...
'line 20',
'line 21'
];
- or download this
#!/usr/bin/perl
use strict;
...
'line 20',
'line 21'
];
- or download this
do {
@data = check_file($filename, $numlines);
sleep 5;
} while ( grep not /$process/, @data );