in reply to Re: Removing digits until you see | in a string
in thread Removing digits until you see | in a string

When I do it this way, it seems to overwrite the previous index in the hash. I store about 40 indexes with strings but I only had one to print. I am not sure what I did wrong.
  • Comment on Re^2: Removing digits until you see | in a string

Replies are listed 'Best First'.
Re^3: Removing digits until you see | in a string
by ikegami (Patriarch) on Jan 08, 2007 at 16:04 UTC
    Sorry, I misread the problem. Use quester's.