Help for this page
push @{ $at_line{$string} //= [] }, $line_number;
push @{ $at_line{$string} ||= [] }, $line_number;