Help for this page

Select Code to Download


  1. or download this
    chomp(@file_array);
    open(RECENT, ">>$installpath/recent");  # or just >
    ...
       close(FH);
    }
    close(RECENT);
    
  2. or download this
    push(@{$search_results{$search_value}->{$filename}}, $line);