Re: suggestion for FAQ

2009-11-04 Thread brian d foy
In article <874opczzn6@quad.sysarch.com>, Uri Guttman wrote: > subscribe using one and to post using the other would work. also this > list doesn't have anything directly to do with the FAQ editing. you need > to send it to brian d foy who is the FAQ editor. No, no, no

Re: suggestion for FAQ

2009-11-02 Thread tom smith
On Mon, Nov 2, 2009 at 12:35 PM, Paul Johnson wrote: > On Mon, Nov 02, 2009 at 10:59:09AM -0500, Uri Guttman wrote: > > >>>>> "ts" == tom smith writes: > > > > ts> Hi, > > ts> Nowhere in the FAQ does it list the address to which you

Re: suggestion for FAQ

2009-11-02 Thread Paul Johnson
On Mon, Nov 02, 2009 at 10:59:09AM -0500, Uri Guttman wrote: > >>>>> "ts" == tom smith writes: > > ts> Hi, > ts> Nowhere in the FAQ does it list the address to which you can send your > ts> beginning programming questions. The FAQ lists the

Re: suggestion for FAQ

2009-11-02 Thread Uri Guttman
>>>>> "ts" == tom smith writes: ts> Hi, ts> Nowhere in the FAQ does it list the address to which you can send your ts> beginning programming questions. The FAQ lists the address for subscribing: ts> beginners-subscr...@perl.org ts> But t

suggestion for FAQ

2009-11-02 Thread tom smith
Hi, Nowhere in the FAQ does it list the address to which you can send your beginning programming questions. The FAQ lists the address for subscribing: beginners-subscr...@perl.org But the FAQ doesn't list the email address to which you can send your questions. For experienced list reader

Adding http://learn.perl.org/faq/beginners.html to http://lists.perl.org/showlist.cgi?name=beginners

2008-09-27 Thread Philip Durbin
The other day[1] Paul Johnson mentioned that the FAQ for the beginners@perl.org mailing list is located at http://learn.perl.org/faq/beginners.html and I thought it might be nice to add this link to http://lists.perl.org/showlist.cgi?name=beginners My message to [EMAIL PROTECTED] bounced

Re: FAQ

2005-07-07 Thread Jeff 'japhy' Pinyan
On Jul 7, madhurima das said: #assign.pl# #!/usr/bin/perl use strict; use warnings; print "enter the first number\n"; my $x = ; chomp $x; print "enter the second number\n"; my $y = ; chomp $y; my $z = system("assign.f",'$x','$y'); Many things wrong here: 1. system() does NOT return the OUTPUT

Re: FAQ

2005-07-07 Thread Muthukumar
Can you try with backtick or qx[ ] ? my $z = `assign.f $x $y`; hth. > Can't exec "assign.f": Permission denied at assign > line 10, line 2. > Output of the two numbers is: > -1 --Muthu -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: FAQ

2005-07-07 Thread Thomas Bätzler
madhurima das <[EMAIL PROTECTED]> asked: > Thanks for the reply sir. But i am still stuck with the same > old problem since the system() function isn't working & the > manpages aren't of much help either. system() won't work the way you want to use it. From the manpage: "The return value is the

Re: FAQ

2005-07-07 Thread madhurima das
Thanks for the reply sir. But i am still stuck with the same old problem since the system() function isn't working & the manpages aren't of much help either. Giving below an account of what my programs are & their output: PERL PROGRAM #assign.pl# #!/usr/bin/perl use strict; use warnings

Re: FAQ

2005-07-07 Thread madhurima das
Thanks for the reply sir. But i am still stuck with the same old problem since the system() function isn't working & the manpages aren't of much help either. Giving below an account of what my programs are & their output: PERL PROGRAM #assign.pl# #!/usr/bin/perl use strict; use warnings

Re: FAQ

2005-07-07 Thread madhurima das
Thanks for the reply sir. But i am still stuck with the same old problem since the system() function isn't working & the manpages aren't of much help either. Giving below an account of what my programs are & their output: PERL PROGRAM #assign.pl# #!/usr/bin/perl use strict; use warnings

Re: FAQ

2005-07-06 Thread Jay Savage
On 7/6/05, Chris Devers <[EMAIL PROTECTED]> wrote: > On Wed, 6 Jul 2005, madhurima das wrote: > > > Kindly tell the pseudocode to solve the following > > problem: > > > > An user input is provided to a perl program by > > STDIN. This input is utilised by a fortran program to > > perform some fun

RE: FAQ

2005-07-06 Thread Thomas Bätzler
madhurima das <[EMAIL PROTECTED]> asked: >An user input is provided to a perl program by STDIN. This > input is utilised by a fortran program to perform some > function. How do i connect both the programs & get the output > from the fortran program to the user via the perl program itself. >

Re: FAQ

2005-07-06 Thread Chris Devers
On Wed, 6 Jul 2005, madhurima das wrote: Kindly tell the pseudocode to solve the following problem: An user input is provided to a perl program by STDIN. This input is utilised by a fortran program to perform some function. How do i connect both the programs & get the output from the fortran

FAQ

2005-07-06 Thread madhurima das
Kindly tell the pseudocode to solve the following problem: An user input is provided to a perl program by STDIN. This input is utilised by a fortran program to perform some function. How do i connect both the programs & get the output from the fortran program to the user via the perl program i

perl.beginners Weekly list FAQ posting

2005-04-11 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-04-04 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-03-28 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-03-21 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-03-14 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-03-07 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Re: perl.beginners Weekly list FAQ posting

2005-03-01 Thread Hendrik Maryns
3.5 I use IRC, any helpful Perl channels out there? Glad you asked! There is indeed a place where you can ask all your Perl questions on IRC. Network: irc.rhizomatic.net Channel: #perl-help ChatZilla can't connect to irc.rhizomatic.net "unknown server"... Is this outdated, or do I

perl.beginners Weekly list FAQ posting

2005-02-28 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-02-21 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-02-14 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-02-07 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-01-31 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-01-24 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-01-17 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-01-10 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2005-01-03 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-12-20 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-12-13 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-12-06 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-11-29 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-11-22 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-11-15 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-11-08 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-11-01 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-10-25 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-10-18 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-10-11 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-10-04 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-09-20 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-09-13 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-08-23 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-08-16 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-08-09 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-08-02 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-07-26 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-07-19 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-07-12 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-07-05 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-06-28 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-06-21 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-06-07 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-05-31 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-05-24 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-05-17 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-05-10 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-05-03 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-04-26 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-04-19 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

perl.beginners Weekly list FAQ posting

2004-04-12 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Re: Weekly list FAQ posting

2004-04-05 Thread Ken Wolcott
On Mon, 2004-04-05 at 11:00, [EMAIL PROTECTED] wrote: > NAME > beginners-faq - FAQ for the beginners mailing list ...nice FAQ snipped for brevity... Could you please add something to the subject line stating that this email message is pertinent to the beginners perl list...somethin

Weekly list FAQ posting

2004-04-05 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-03-29 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-03-22 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-03-15 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-03-08 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-03-01 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-02-23 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-02-16 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-02-09 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-02-02 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-01-26 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-01-19 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-01-12 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2004-01-05 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2003-12-29 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2003-12-22 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2003-12-15 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2003-12-08 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2003-12-01 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Weekly list FAQ posting

2003-11-24 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-24 Thread Jason Dusek
On Sunday, November 23, 2003, at 10:39 PM, R. Joseph Newton wrote: We newbies could just send the thing out to the list, and everyone could ignore it in good conscience. If the FAQ didn't help us, we could always repost with a note about "BadFAQ" in the subject line. That i

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread R. Joseph Newton
Jason Dusek wrote: > Begin forwarded message: > > > From: Jason Dusek <[EMAIL PROTECTED]> > > Date: Sat Nov 22, 2003 10:10:27 PM US/Central > > To: drieux <[EMAIL PROTECTED]> > > > Subject: Re: POD, Faq and tradition - Re: extracting email addys.

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread drieux
On Sunday, Nov 23, 2003, at 16:24 US/Pacific, R. Joseph Newton wrote: [..] [blush] ...uh, and make sure your'e looking at the headers for the right post. [/blush] Joseph dude, we all have those little decaf moments trust me on that 8-) It is possible that you can 'deja news' the article

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread R. Joseph Newton
"R. Joseph Newton" wrote: > drieux wrote: > > > On Sunday, Nov 23, 2003, at 11:22 US/Pacific, R. Joseph Newton wrote: > Sorry, I was reading the headers for the wrong post. Nevertheless, the opther point remains. Thee is a difference between a flat thread and well-referenced one in terms of cog

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread drieux
hionably well dressed as we were... Things have just gone down hill since then... I of course look forward to Jason's work on building out a Faq Crawler that would accept both email and nntp and http queries and return just the right answer, but I fear he may already have too much on his plate! cia

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread Wiggins d'Anconia
R. Joseph Newton wrote: Can we dispense with the nit-picky mail client BS and get back to discussing issues related to Perl. I realize some of the older more experienced gurus on the list may have lived in a utopian world where everyone used a client that worked well for all postings on USENET

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread R. Joseph Newton
drieux wrote: > On Sunday, Nov 23, 2003, at 11:22 US/Pacific, R. Joseph Newton wrote: > [..] > > > > Why is there no Resent-By field in this message? > [..] > > ... > > So which is your real issue here that has you > concerned? The fact that this can be done? Or that > there are marketting mumbl

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread drieux
On Sunday, Nov 23, 2003, at 11:22 US/Pacific, R. Joseph Newton wrote: [..] Why is there no Resent-By field in this message? [..] do you mean the email that Jason sent to the list having first sent it to me, not noticing that he had meant to send it to the list? Or the fact that Jason may have dug

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread R. Joseph Newton
Jason Dusek wrote: > Begin forwarded message: [snip total mystery] Drieux, Why is there no Resent-By field in this message? I have no problem with redirecting messages back to the list--it is a god custom for a variety of reasons. The path should not be a mystery. If you peruse again the doc

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread Jason Dusek
Begin forwarded message: From: Jason Dusek <[EMAIL PROTECTED]> Date: Sat Nov 22, 2003 10:10:27 PM US/Central To: drieux <[EMAIL PROTECTED]> Subject: Re: POD, Faq and tradition - Re: extracting email addys. Hey People, On Saturday, Nov 22, 2003, at 16:18 US/Pacific, Randal L. Sch

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread drieux
inor problem that explaining Why that Way will lead into PAIN is far too difficult a task for most humans; if for no other reaason than that Folly is Infinite. The POD and FAQ systems were instituted to help with the basic practice of trapping knowledging so that it could be looked up and re-used. As mos

Re: POD, Faq and tradition - Re: extracting email addys.

2003-11-23 Thread Randal L. Schwartz
> "Drieux" == Drieux <[EMAIL PROTECTED]> writes: Drieux> Then there is also the 'age' problem, since Drieux> RFC822 is, well, not a Young RFC and is from Drieux> a time before time was known, or at least Drieux> closer to the Epoch than now. That doesn't mean that it doesn't apply, just beca

POD, Faq and tradition - Re: extracting email addys.

2003-11-22 Thread drieux
On Saturday, Nov 22, 2003, at 16:18 US/Pacific, Randal L. Schwartz wrote: [..] It's just that we keep seeing this over and over again. That's the point of the FAQ. What happened to the ethic of even ATTEMPTING to look for a local FAQ before posting to a list. {sigh} I think a p

Weekly list FAQ posting

2003-11-12 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your em

  1   2   3   >