in reply to Re: Re: Re: Re: Re: making first letter of all words in array upper case
in thread making first letter of all words in array upper case

I don't know if it's secure but this module does much the same thing
use CGI::Application::MailPage; my $mailpage = CGI::Application::MailPage->new( PARAMS => { document_root => 'whatever', smtp_server => 'smtp.myserver', }, ); $mailpage->run();

poj
  • Comment on Re: Re: Re: Re: Re: Re: making first letter of all words in array upper case
  • Download Code