ELO/HELO

2002-02-09 Thread Octavian Rasnita
Hi all, Do you have any idea what is ELO and what is HELO? I sent a message and I saw in the headers from unknown (HELO). Thank you for some light. Teddy, My dear email address is [EMAIL PROTECTED] _ Do You Yahoo!? Get your free @yah

Re: Change first character of a string into Caps

2002-02-09 Thread Dwalu Z. Khasu
On Sat, 9 Feb 2002, Rene Verharen wrote: =>Hi, => =>I need to change the first (and ONLY the first) character of a string into =>Caps. I know how to change the whole string into Caps by using this : => =>my $in = "this is my text"; =>$out = uc $in; => =>This is not what I want. Can som

Re: Change first character of a string into Caps

2002-02-09 Thread Eric Pretorious
On Sat, 9 Feb 2002, Rene Verharen wrote: > I need to change the first (and ONLY the first) character of a string into > Caps. I know how to change the whole string into Caps by using this : > > my $in = "this is my text"; > $out = uc $in; Rene: You're close. Use ucfirst() instead. To

Change first character of a string into Caps

2002-02-09 Thread Rene Verharen
Hi, I need to change the first (and ONLY the first) character of a string into Caps. I know how to change the whole string into Caps by using this : my $in = "this is my text"; $out = uc $in; This is not what I want. Can someone please point me in the right direction ? Thanks. K

if the date entered is weekend or no?

2002-02-09 Thread GsuLinuX
How can i understand if the date entered by the client is weekend or no? Are there some database specificied for that? funky

Re: The SMTP protocol

2002-02-09 Thread Briac Pilpré
On Sat, 9 Feb 2002 09:54:31 -0800, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Do you know where I can get information about the SMTP protocol? > I read in a module that it is explained in RFC821. > Where can I found this RFC? http://www.google.com/search?q=RFC821 with a bit of luck, you'll fin

The SMTP protocol

2002-02-09 Thread Octavian Rasnita
Hi all, Do you know where I can get information about the SMTP protocol? I read in a module that it is explained in RFC821. Where can I found this RFC? Will I understand the SMTP protocol from there, to be able to make a script for sending mail? Thank you for any tips. Teddy, My dear email addre

multipart/x-mixed-replace and image/gif

2002-02-09 Thread Hytham Shehab
hi gurus, well, can any body give me where to read about this topic? thx