Help for this page

Select Code to Download


  1. or download this
    my ($file1, $file2) = ("$path/database.txt", "$path/keywords_database.
    +txt");
    -f $file1 or do {
    ...
    -f $file2 or do {
      # build $file2 here
    };