- or download this
<---Start of the CSVFILE ----------------------------->
<--Here goes a image --------------------------------->
...
123456 123 john 9393939 data data
123456 123 john 9393939 data data
123456 123 john 9393939 data data
- or download this
<--Here goes a image --------------------------------->
- or download this
while (<>) {
if (m/^<--Here goes a image.../) {
...
print;
}
}
- or download this
while (<>) {
if ($. == 2) {
...
print;
}
}