Help on a little script

Marty Landman MLandman at face2interface.com
Sun Jan 23 16:24:17 PST 2005


At 06:18 PM 1/23/2005, Paul Schmehl wrote:
>--On Sunday, January 23, 2005 10:30 AM -0600 antenneX 
><antennex at swbell.net> wrote:
>
>>It works well except for this:
>>It changes my mail list from this format:
>>name1
>>name2
>>name3
>>
>>...to this:
>>name1name2name3 <---one big long line with no separators.
>It would probably be a lot easier to fix the cgi script so it creates the 
>list with separators.

If it's Perl look for a line something like

s (or tr or y) /\n//g

and remove it.

Marty


Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal



More information about the freebsd-questions mailing list