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 TouchToneTommy 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: *

  • Users: rafiu
  • Content: Threads
  • Order by date
  1. rafiu

    Pattern Matching

    Is there anyway to better match a line that started with a dot from the begining to the end of the close parenthesis?Below is a sample from the file: .upper_house3({located in east valley}) \\good neigbourhood .upper_house1({located in east valley}) \\good neigbourhood .upper_house2({located in...
  2. rafiu

    counting opened files

    i'm using a file handle to open multiple files but I'm not getting the actual results - not knowing how many files that are opened. do you guys know any little code I can use? Below is what I'm using but its giving me a bogus answer. use strict; my $count = 0 ; while ( $count >= 0 )...
  3. rafiu

    Pattern matching a group of lines that are commented out

    do anyone know the best way to capture pattern match and capture the data from the begining of a delimeter to the end of the delimeter. see sample data below /* its a marvelous day and the weather is warm now is the time to settle our differences and embrace each other with one love */ I...
  4. rafiu

    progrem using pattern matching

    I'm working on a data mining script that will be used to save some pattern in an hash table. Below is the information on a sample file that I'm working on .raf_group(first line); .licoln_group(second line); .start_raf_group(fitth line); //templated wired .raf_group_firm ({help me...
  5. rafiu

    working with "Shell command"

    im using "shell" command in a Form to run a process which was created in Perl. I will like to stop any user from exiting from the form unless the process is done running. what code can I use. Thank you in advance param1_folderLoc = Convert.ToString(totalSelected.Item(index)) procID =...

Part and Inventory Search

Back
Top