e close. Use ucfirst() instead.
To change the capitalization of several words (e.g., change 'eRic
preTorioUs' -> 'Eric Pretorious') try...
$foo =~ /(\w+)/\u\L$1/g;
--
Eric P.
Los Gatos, CA
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Fri, 8 Feb 2002, Eric Pretorious wrote:
> I'm hoping to build a CGI script that:
>
> 1. creates a thumbnail index of .jpg files in a directory, and
> 2. serves full-size images
>
> wrapped in an HTML template, on-the-fly.
I found the Apache::Album modlue and r
Hello, All:
I'm hoping to build a CGI script that:
1. creates a thumbnail index of .jpg files in a directory, and
2. serves full-size images
wrapped in an HTML template, on-the-fly.
I recall a similar thread a few weeks ago on this list but have misplaced
the series of messages that trans
On Fri, 1 Feb 2002, Jones, Mark wrote:
> I want my members area script to provide the capability of sending
> email to every address in the MySQL database--say 1000 addresses.
> I'm planning to just write a loop that reads each record and sends the
> email to the address. Or, is there a way tha
On Thu, 31 Jan 2002, Argenis Perez wrote:
> Hi friends
> Please What modulo recomended for send emails that i can attachment a
> file.
> Thanx
Argenis:
For sending mail with MIME attachments, I recommend MIME::Lite. There's
even a good article on The Perl Journal describing how to use it:
ht
On Tue, 29 Jan 2002, william wrote:
> Where can I learn java (beginner) instead on the java.sun.com?
Probably by asking that question on a java-related mailing list.
--
Eric P.
Los Gatos, CA
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Bill:
Ruben Lerner ("At the Forge", Linux Journal Magazine) has written a series
of articles about using Mason to maintain state. That's all I know on
that subject.
On a related note: Have you considered using cookies?
--
Eric P.
Los Gatos, CA
On Mon, 28 Jan 2002, Daedalus wrote:
> Hi all,
Hello, All:
I'd like to write a script that recieves e-mail (via the /etc/alias
feature of sendmail/postfix) and parses the header fields. (e.g., From:,
To:, Subject:).
I've perused the MailTools-1.42 documentation but it's way to hairy for my
simple brain. (I haven't gotten a handle on Objec
On Thu, 1 Nov 2001 [EMAIL PROTECTED] wrote:
> Need some help.
>
> I think that I need to be using global variables. Unless Someone has a>
> better solution.
>
> What I am trying to do is. I want to set a variable for such things as
>
> FONT_COLOR=00
> BACKGROUND_COLOR=55
>
Hello:
Is there a simple way to send an e-mail and capture the delivery status
in a perl script? I'd like to create a CGI script that will collect
visitors' e-mail addresses (from an html form) and send the visitor a
positive .html message if the greeting is successfully sent to the address
that
10 matches
Mail list logo