I working on a script that involves comparing strings in the form of "1-2-3" (ss7 point codes).
However whenever I store them in a hash, but then later retrieve them the "-" dashes are converted to "." dots or decimal places. Which in turn causes my string compare to fail.
Is there something I'm overlooking, i.e. "use module" that will allow number strings to have "-" hyphens in them?
Thanks