in reply to print the whole line

your code does it already!?
for ( @mydata ) { print if /abc/; }
Boris