in reply to Re: need help to split list
in thread need help to split list

Edit: edit of course it's typo *grin*
my $list = "1-5,6a-e,7,9-12,89xFC-G";
and then
          '89xDC',
          '89xDD',
          '89xDE',
          '89xDF',
          '89xDG'
Did I miss something, or was it a typo? (89xFC changed to 89xDC)

Replies are listed 'Best First'.
Re: Re: Re: need help to split list
by Roger (Parson) on Oct 26, 2003 at 11:06 UTC
    Thanks for catching my typo! Yes I ran the code with 89xDC-G, and when I posted the code, I pasted first, and then decided to try some new data, and instead of cut and paste the modified code again, just editted by hand...