in reply to Re^4: How to split a string
in thread How to split a string

My examples correspond to pin out locations and are hardly ever sequential. I guess I could use an array to store them but it would be extremly sparse.

Hmm. You could use a hash or use named constants to say something like $pin[ FOO_SENSOR ], then.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re^6: How to split a string
by osunderdog (Deacon) on Jan 28, 2005 at 23:07 UTC

    But it's already in a hash: %::

    :^D

    "Look, Shiny Things!" is not a better business strategy than compatibility and reuse.