in reply to Reading different format records from an ASCII file

Also, use the eq operator for character-based comparisons. == is a numeric comparison operator.

Trek

  • Comment on Re: Reading different format records from an ASCII file

Replies are listed 'Best First'.
Re^2: Reading different format records from an ASCII file
by felipon (Initiate) on Jul 21, 2004 at 20:47 UTC
    This observation, to use eq instead of the ==, fix the logic, THANKS!
      Any changes for using this script, trigged by an HTML form?