In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Shannon Murdoch) wrote:

> Brian's

    *ahem* - brian.

>     print join ' ', split //, $input;
> 
> doesn't actually change $input's content however.

if that is what you wanted then you just need to fill in the
details:

    $input = join ' ', split //, $input;
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to