Help for this page

Select Code to Download


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