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

    Can I put scripts in subdirectories

    I'm fairly new to Perl. I have written multiple perl scripts that take a text file and parse it according to particular needs. The problem is that I have almost sixty scripts that are for very specific purposes and used only by one specific client. I also have my production scripts that I use...
  2. HaroldMcF

    variable type or conversion or something

    I'm pulling information from a text file into an array and that works well. The problem is that I need to add two of those items together. It appears that it is treating them as strings or something because it will not add them together. Instead of returning a result it prints a zero. Is...
  3. HaroldMcF

    newbie question - writing to a file

    I can't seem to get this piece of code to work. It is supposed to get a parameter (complete path and filename) from an html form, open a file at that location, print the data, and close the form. The relevant lines of code are as follows: my $filenew = param("comppath")...
  4. HaroldMcF

    parsing textarea data from form

    I'm trying to create or replace a file with the contents of the textarea from an HTML form. I actually have it working okay except for a formatting problem. The resulting file should have the same lines as the textarea information but it puts it all in one line. I've tried putting the info...
  5. HaroldMcF

    Partial Post

    Hello, I recently joined a company that uses Great Plains Accounting - the lastest, but no unsupported, DOS version. Something happened that a batch in the G/L cannot be posted or deleted. In the posting module it shows it as "busy". In the G/L transactions section it shows that it...

Part and Inventory Search

Back
Top