[26557] in Perl-Users-Digest
Perl-Users Digest, Issue: 8698 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Nov 22 18:05:39 2005
Date: Tue, 22 Nov 2005 15:05:06 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Tue, 22 Nov 2005 Volume: 10 Number: 8698
Today's topics:
Re: Net::Server and data sharing <1usa@llenroc.ude.invalid>
Net::SMTP with username & password <uctraing@ultranet.com>
The Perl Review, Winter 2005 <comdog@panix.com>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Tue, 22 Nov 2005 22:43:11 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: Net::Server and data sharing
Message-Id: <Xns9716B442CBE07asu1cornelledu@127.0.0.1>
Matija Papec <perl@my-header.org> wrote in
news:tj27o1dopr0jkc8uh4rs119lvmva575k6v@4ax.com:
[ inane exchange with PG snipped ]
> In case you've forgot again, I've thanked you and said that I use
> something similar already. That for some reason didn't pleased you and
> I really can't help you with that.
Do all of us a faovr, and please do not engage it this much. Just let it
be.
Sinan
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
------------------------------
Date: Tue, 22 Nov 2005 21:11:59 GMT
From: Bob <uctraing@ultranet.com>
Subject: Net::SMTP with username & password
Message-Id: <t527o1dblebdcqrtv2u5prdrura7s9b479@4ax.com>
I am using Net::SMTP as shown (works) but the server in question
will require a username/password before sending.
Does anyone have a sample of a program that shows those parameters
being supplied ?.
$smtp->mail($from);
$smtp->to($to);
$smtp->data();
$smtp->datasend("To: $to\n");
$smtp->datasend("From: $from\n");
$smtp->datasend("Subject: $subject\n");
$smtp->datasend("\n");
$smtp->datasend("$body\n");
$smtp->dataend();
$smtp->quit;
Thanks,
------------------------------
Date: Tue, 22 Nov 2005 13:49:50 -0600
From: brian d foy <comdog@panix.com>
Subject: The Perl Review, Winter 2005
Message-Id: <221120051349500725%comdog@panix.com>
The next issue of The Perl Review is just around the corner. If you
haven't subscribed, now's the time to get your name on the list. If
you're a subscriber who hasn't renewed, do so now or risk missing an
issue. Subscribe now before the US postal rates go up next year!
TPR is the only print magazine devoted to Perl.
http://www.theperlreview.com/
Issue 2.1, Winter 2005
* Seven Sins of OO Programming - chromatic
* Hash Anti-Patterns - Alberto Manuel Simões
* PerlWar - Yanick Champoux
* Haskell for Perlers - Frank Antonsen
plus Perl News, Perl Mongers and Perl Foundation reports, book
reviews, short notes, and more.
Interviews (available on the website for free):
Josh McAdams - Perlcast
Damian Conway - Perl Best Practices
Simon Cozens - Advanced Perl Programming
Mark Jason Dominus - Higher Order Perl
Ian Langworth - Perl Testing: A Developer's Notebook
Josh McAdams - Perlcast
brian d foy - The publisher interviews himself
-------------------------------------------------------------------------
Issue 2.0, Fall 2005
* Logic Programming in Perl - Curtis "Ovid" Poe
* Object-oriented Perl - Alberto Manuel Simões
* The Visitor Design Pattern - brian d foy
* Pod Indexing Project - Ivan Tubert-Broham
* TPF: Google Summer of Code - Jim Brandt
plus Perl News, Perl Mongers and Perl Foundation reports, book
reviews, short notes, and more.
-------------------------------------------------------------------------
Issue 1.3, Summer 2005
* Programming Glade in Perl - Grant McLean
* Array Anti-Patterns - Alberto Manuel Simões
* Test::Random - David Golden
* Serious Perl - Henning Koch
plus Perl News, Perl Mongers and Perl Foundation reports, book
reviews, short notes, and more.
-------------------------------------------------------------------------
Issue 1.2, Spring 2005
* Hashes with History -- Alberto Manuel Simões
* Test::Number::Delta -- David Golden
* 9-Block Quilt Patterns in Perl -- Daniel Allen
* Packet Sniffing with Perl -- Gerry Finkel
plus Perl News, Perl Mongers and Perl Foundation reports, book
reviews, short notes, and more.
-------------------------------------------------------------------------
Issue 1.1, Winter 2004
* Down Translating XML -- Alberto Manuel Simões
* Module::Release and Beyond -- brian d foy
* Functional Perl Programming -- Frank Antonsen
* Faking Stored Procedures -- Zach Thompson
plus Perl News, Perl Mongers and Perl Foundation reports, book
reviews, and short notes.
-------------------------------------------------------------------------
The first print issue ( 1.0 ) is still available to subscribers online
as a PDF file, and some back issues are available.
* Test Driven Development -- Denis Kosykh
* Just do{} it -- brian d foy
* Extending XML::XPath -- Michel Rodriguez
* Test::More in 20 Seconds -- brian d foy
* Magick Tile Puzzles -- Grant McLean
Before that, The Perl Review was a digital only version with
eight issues which are still available for free download as
PDF files.
http://www.theperlreview.com/Issues/
-------------------------------------------------------------------------
RSS Feeds are available too.
Subscriber only (current) issues
http://www.theperlreview.com/RSS/tpr-subscribers.rdf
Free Issues and articles
http://www.theperlreview.com/RSS/tpr-free.rdf
The Perl Review news
http://www.livejournal.com/users/perl_review/data/rss
The Perl Review public discussion
http://www.livejournal.com/community/the_perl_review/data/rss
-------------------------------------------------------------------------
Want to write for TPR? Send us a note, or submit an idea online
http://www.theperlreview.com/Authors/submit.html
-------------------------------------------------------------------------
Prices: $16 in the US, $30 outside the US. Web only subscriptions
are $16. If we can get enough subscribers in the European Union, we'll
start printing there too and lower the cost. If you like, you can
start your subscription with the Winter 2004 issue and save money
by not having to buy the back issue later.
TPR accepts MasterCard, Visa, American Express, PayPal, Amazon.com
Honors System, and check or money order in US dollars. Sorry, but we
can only accept advance payment since we're too small to do handle
individual billing.
Samples to Perl user groups, Perl instructors, and other worthy causes
are available.
--
brian d foy, bdfoy@cpan.org
Subscribe to The Perl Review: http://www.theperlreview.com
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc. For subscription or unsubscription requests, send
#the single line:
#
# subscribe perl-users
#or:
# unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 8698
***************************************