in reply to Making a title/headline

Change   if !(grep {$word} @wordlist) { to   if (!grep {$word} @wordlist) {

Replies are listed 'Best First'.
Re: Re: Making a title/headline
by Kickstart (Pilgrim) on Dec 15, 2001 at 04:00 UTC
    Ok...still doesn't work (also fixed a missing bracket). I want to send this a variable containing a string, and have it convert it to a headline. Kickstart