in reply to Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: regex for utf-8
in thread regex for utf-8

A quick note and thank you...
All worked out;
require needs "v"
the while loop was unnecessary as you indicated
the data structures allow me to pull out all the info I want:
push @{$conIDs{conid}}, {$descid};

I'll find another problem that is over my head...

  • Comment on Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: regex for utf-8
  • Download Code