Harry Putnam wrote:
"Uri Guttman" writes:
[...]
. . . . . . . . . . . . . . . . . . . . . . . . . . . . but it
all starts in your head. a disorganized mind can't ever be a good
coder.
I may be in deep do do here...
Don't worry if you feel like bashing your head against a wall sometimes.
From: Harry Putnam
> "Uri Guttman" writes:
>
> [...]
>
>> . . . . . . . . . . . . . . . . . . . . . . . . . . . . but it
>> all starts in your head. a disorganized mind can't ever be a good
>> coder.
>
> I may be in deep do do here...
>
Aren't we all?
Bob McConnell
--
To unsubscribe, e-ma
"Uri Guttman" writes:
[...]
> . . . . . . . . . . . . . . . . . . . . . . . . . . . . but it
> all starts in your head. a disorganized mind can't ever be a good
> coder.
I may be in deep do do here...
Thanks for all your input.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For
Hi Harry,
On Tuesday 30 Mar 2010 05:36:09 Uri Guttman wrote:
> > "HP" == Harry Putnam writes:
> HP> "Uri Guttman" writes:
> >>> "HP" == Harry Putnam writes:
> HP> About that module Mail::Mailer. I still have lots of trouble reading
> HP> code or docu written in the OOp format l
> "HP" == Harry Putnam writes:
HP> "Uri Guttman" writes:
>>> "HP" == Harry Putnam writes:
>>
HP> About that module Mail::Mailer. I still have lots of trouble reading
HP> code or docu written in the OOp format like the docs for that module.
HP> The part I'm asking about is
"Uri Guttman" writes:
>> "HP" == Harry Putnam writes:
>
> HP> About that module Mail::Mailer. I still have lots of trouble reading
> HP> code or docu written in the OOp format like the docs for that module.
> HP> The part I'm asking about is clear enough, but I couldn't find in the
>
> "HP" == Harry Putnam writes:
HP> About that module Mail::Mailer. I still have lots of trouble reading
HP> code or docu written in the OOp format like the docs for that module.
HP> The part I'm asking about is clear enough, but I couldn't find in the
HP> body of the docu, what it re
"Uri Guttman" writes:
> here is a simple use of a module i like. note that it would be easy
> to change the mailer if i wanted to. no need to know any
> quirks/syntax of each mailer. also note the nice argument list of
> the headers.
>
> #my $mailer = Mail::Mailer->new( 'sendmail', '/usr/sbin/sen
Hi!
(Reordered to make more readable)
> cs> Hi all ,
> cs> use sendmail -f $from $to and check , may be it should work
fine ...
>
secondly, did you read this thread? you can't call sendmail without a
path since it usually resides in non-standard dirs unlikely to be in
your path.
Also, c
> "cs" == chintan sheth writes:
cs> Hi all ,
cs> use sendmail -f $from $to and check , may be it should work fine ...
first off, please don't top post. put your comments below the edited
quote of the previous post. notice how i did it.
secondly, did you read this thread? you can't call
Hi all ,
use sendmail -f $from $to and check , may be it should work fine ...
Thanks ,
Chintan
On 3/27/10, Harry Putnam wrote:
>
> "Uri Guttman" writes:
>
>
> > yes. it will be more portable (you have sendmail's path hard wired
> > and it varies). they can use other mailers (i have qmail). the
"Uri Guttman" writes:
> yes. it will be more portable (you have sendmail's path hard wired
> and it varies). they can use other mailers (i have qmail). they can
> use smtp directly to your isp's server (not calling a local
> server). they have more options and are easier to understand. they
> don
> "HP" == Harry Putnam writes:
HP> "Uri Guttman" writes:
>> and yes, this is garbage code. there are many easy to use mail modules
>> that will use sendmail or any available mail service for you.
HP> With such a simple call to sendmail, is it still better to involve
HP> extra mod
"Uri Guttman" writes:
>> "HP" == Harry Putnam writes:
>
> HP> open(SENDMAIL,"|$sendmail $recip") or die "Can't open <$sendmail>:
> $!";
> HP> while () {
>
> what is that line supposed to do? it reads from the SENDMAIL handle
> which is opened for WRITING. why do you think you
> "HP" == Harry Putnam writes:
HP> open(SENDMAIL,"|$sendmail $recip") or die "Can't open <$sendmail>:
$!";
HP> while () {
what is that line supposed to do? it reads from the SENDMAIL handle
which is opened for WRITING. why do you think you need that or even to
loop over that h
Back again apparently due to blindness.
The code looks terrible, partly because I just modified a piece of
code from a much larger script, to work standalone. Any remaining
slop is just poor skill.
I'm having trouble spotting why this code doesn't mail any of
what is supposed to get mailed, ins
16 matches
Mail list logo