Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. atamel

    Simple spell checker

    Hi, I'm wondering if there's a simple Perl spell checker. What I want to do is simple. I have a string, call it $result, and I want to split $result into words (I know how to do this) and then check if each word spelled correctly. For each misspelled word, I want to be able to provide...
  2. atamel

    Very simple TCL script problem

    Hi, I have a file called setup.weka.sun which basically sets up Weka environment. The content of setup.weka.sun is as follows. ********************************************************** set MyDeptRoot = /r/aiml/ml-software/ set MyAgasRoot = ~/Experiments/ml-software/ set MyRoot = $MyDeptRoot...
  3. atamel

    update a folder script

    Hi, I'm new to Perl but I feel like this problem can easily be solved in Perl. Here's what I want to do. I have 2 almost identical folders, say Folder1 and Folder2. Both folders have files and subfolders. You can think of Folder2 as a folder that contains an updated version of the program in...

Part and Inventory Search

Back
Top