in reply to Re: Re: perl to convert text list of ip address to a name
in thread perl to convert text list of ip address to a name

They asked for a Comma Separated List. The author just took the quick route of removing commas to make a "clean" name. You could also find if there is a comma in the name and enclose the complete name in double quotes.
  • Comment on Re: Re: Re: perl to convert text list of ip address to a name

Replies are listed 'Best First'.
Re: Re: Re: Re: perl to convert text list of ip address to a name
by tilly (Archbishop) on May 18, 2004 at 00:31 UTC
    That is what I wanted to verify before pointing out that you also need to "zap" returns as ". Alternately you just encode your CSV properly and you don't have to mangle any data.