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 Chriss Miller 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: trumb1mj
  • Content: Threads
  • Order by date
  1. trumb1mj

    Using the 'system()' function??

    Hi everyone. First I will try and tell everyone what I am trying to do. I am trying to send an 'isql' command to the command line using perl. Would I want to use the system function for this? Here is my current code: system (isql -S uschi00tst88 -U sa -P -d CTCMaster -Q "DELETE FROM...
  2. trumb1mj

    SQL and Perl Scripts

    Ok. I have a problem completing a data fill prjoect. First of all, here is my scenario. I have created a perl script to create data files. These data files are then loaded into the database using Bulk Insert in the Query Analyser. As it stands, this is a multi step process. I was wondering...
  3. trumb1mj

    Parsing Data Using Split

    Task Overview: I am writing a Perl script to look through 'input.txt' and put this data into 'output.txt". The input.txt file looks like this: ID=10; Strike=233; etc... I want my output.txt file to look like this (or similar): 10,233, etc... I have my out put looking like this, the only...

Part and Inventory Search

Back
Top