Help for this page

Select Code to Download


  1. or download this
    push @{ $at_line{$string} //= [] }, $line_number;
    
  2. or download this
    push @{ $at_line{$string} ||= [] }, $line_number;