- or download this
This is line one.
Line Two is this.
...
This is line six.
This is the seventh line.
This is line eight.
- or download this
use strict;
use warnings;
...
print "line is: $_\n";
}
}
- or download this
>perl regex.pl
line is: Third line starts here.
line is: This is line four.
- or download this
This is line one.
Line Two is this.
Third line starts here.
This is line four