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 SkipVought 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. 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

    Here is some of the relevant code: The array @thirdpass contains each line of an input file where the fields are separated by a caret. So, I bring each line in and parse based on the caret. I then have some nested "if" statements to determine what value should be assigned to a...
  3. 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...
  4. HaroldMcF

    newbie question - writing to a file

    Thanks, that did the trick.
  5. 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")...
  6. 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...
  7. HaroldMcF

    GoldSync

    Did you find any solution to this? I am experiencing the same problem and need a fix asap. Or, at least did you figure out a work around?
  8. 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