Recent content by Hybride

  1. H

    parsing multiple files in perl?

    I have 10 separate Prolog files in my directory that need to be put into an array and have each file's contents parsed into one giant string or file, that gets read by AI::Prolog. I can get the loop to grab all the necessary files in the directory, print out that the files exist, but when I try...
  2. H

    parsing multiple files in perl?

    I have 10 separate Prolog files in my directory that need to be put into an array and have each file's contents parsed into one giant string or file, that gets read by AI::Prolog. I can get the loop to grab all the necessary files in the directory, print out that the files exist, but when I try...
Back
Top