while (<>) { print if tr/:// >= 3; # Special use of tr to count column separators }