Help for this page
while ( <FILE> ) { print if 'abc' eq ( split /:/ )[ 0 ]; }
while ( <FILE> ) { print if /^abc:/; }