Re: Usenet messages are appearing on beginners@perl.org

2007-06-06 Thread Mumia W.
On 06/06/2007 11:23 AM, kens wrote: [...] Am I banished forever? Ken Slater Don't worry. No one is banished. There is a configuration problem, and the more I look into it, the more I think it's related to Google. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Usenet messages are appearing on beginners@perl.org [perl #43141]

2007-06-06 Thread Dr.Ruud
"Mumia W." schreef: > nntp.perl.org does not seem to allow posting. To me it does. I don't know how reliable it is, but I have been posting and follow-upping :) via that server for quite some time now. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Usenet messages are appearing on beginners@perl.org [perl #43141]

2007-06-06 Thread Mumia W.
On 06/06/2007 07:54 PM, Mumia W. wrote: [...] This seems to have started around the 23rd of May. No it didn't. I apologize to the list owner and everyone else. There are several news-to-mail gateways that place onto beginners[at]perl.org, and they've been doing it for at least a year. The

Re: Usenet messages are appearing on beginners@perl.org [perl #43141]

2007-06-06 Thread Mumia W.
On 06/06/2007 08:36 AM, Peter Scott wrote: On Tue, 05 Jun 2007 18:03:09 -0500, Mumia W. wrote: A horrible thing has happened recently. Messages from usenet seem to be appearing here. I remember that messages posted to the list were reflected to the newsgroup perl.beginners, but newsgroup post

Re: Usenet messages are appearing on beginners@perl.org

2007-06-06 Thread kens
On Jun 6, 9:36 am, [EMAIL PROTECTED] (Peter Scott) wrote: > On Tue, 05 Jun 2007 18:03:09 -0500, Mumia W. wrote: > > A horrible thing has happened recently. > > > Messages from usenet seem to be appearing here. > > > I remember that messages posted to the list were reflected to the > > newsgroup per

Re: Mod_auth_pgsql

2007-06-06 Thread [EMAIL PROTECTED]
On Jun 6, 2:19 pm, [EMAIL PROTECTED] (Alma) wrote: [ a question ] I suggest anyone considering trying to help take a look first at the OP's posting history. http://groups.google.com/groups/profile?enc_user=YxbXgBQAAAD5iljsKET15HYh4y9gFsHUOPANdqfI6prRsqjc7uCt1A -- To unsubscribe, e-mail: [EMAI

Re: Perl can bind bash?

2007-06-06 Thread Paul Johnson
On Wed, Jun 06, 2007 at 12:30:43PM -0700, jonatan perry wrote: > I would like to know if there is a way to BIND Perl and BASH, can someone > suggest a good way? I suspect you might be looking for Shell::Source. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail:

Re: debugging

2007-06-06 Thread SPX2
On Jun 5, 6:27 am, [EMAIL PROTECTED] (Zentara) wrote: > On Mon, 04 Jun 2007 05:27:25 -0700, [EMAIL PROTECTED] (SPX2) > wrote: > > >hi, > >im getting serious with perl and i need debugging, > >ofcourse im not reffering to command line debugging. > >i find ddd to be good on linux but on windows i can

Re: Perl can bind bash?

2007-06-06 Thread Chas Owens
On 6/6/07, jonatan perry <[EMAIL PROTECTED]> wrote: I would like to know if there is a way to BIND Perl and BASH, can someone suggest a good way? thanks Jonatan Perry. Get a good strong rope . . . Oh, wait that probably isn't what you are talking about. Can you provide more information as

Re: Perl can bind bash?

2007-06-06 Thread Mumia W.
On 06/06/2007 02:30 PM, jonatan perry wrote: I would like to know if there is a way to BIND Perl and BASH, can someone suggest a good way? thanks Jonatan Perry. Perhaps you could use the Shell module. What are you trying to do? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Perl can bind bash?

2007-06-06 Thread jonatan perry
I would like to know if there is a way to BIND Perl and BASH, can someone suggest a good way? thanks Jonatan Perry.

Mod_auth_pgsql

2007-06-06 Thread Alma
Hi All , I wanted to use mod_auth_pgsql for the authentication sake. I couldn't find much of the documents on net regarding how do we set that.. Here are the things i could do but its not working my .htaccess PostgreSQL user with password authentication, with logging: AuthName "My PostgreSQL

Re: Exporter query

2007-06-06 Thread jeevs
>>> snip Thanks Adriano .. thanks Bob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Usenet messages are appearing on beginners@perl.org

2007-06-06 Thread Peter Scott
On Tue, 05 Jun 2007 18:03:09 -0500, Mumia W. wrote: > A horrible thing has happened recently. > > Messages from usenet seem to be appearing here. > > I remember that messages posted to the list were reflected to the > newsgroup perl.beginners, but newsgroup posts to perl.beginners didn't > seem

Re: Exporter query

2007-06-06 Thread Rob Dixon
jeevs wrote: #!c:/perl/bin/perl.exe #Calculator.pm package calc; use strict; use warnings; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(add); sub add { my ($num1,$num2) = @_; $num1+$num2; } 1; #!c:/perl/bin/perl.exe #adcalculator.pl use strict; use warnings; use Ca

Re: Exporter query

2007-06-06 Thread Adriano Ferreira
On 6/6/07, jeevs <[EMAIL PROTECTED]> wrote: #!c:/perl/bin/perl.exe #Calculator.pm package calc; use strict; use warnings; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(add); sub add { my ($num1,$num2) = @_; $num1+$num2; } 1; >>> #!c:/perl/bin/perl.exe

Exporter query

2007-06-06 Thread jeevs
#!c:/perl/bin/perl.exe #Calculator.pm package calc; use strict; use warnings; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(add); sub add { my ($num1,$num2) = @_; $num1+$num2; } 1; >>> #!c:/perl/bin/perl.exe #adcalculator.pl use strict; use warnings; us

Re: Usenet messages are appearing on beginners@perl.org

2007-06-06 Thread Mumia W.
On 06/05/2007 10:36 PM, Chas Owens wrote: On 6/5/07, Mumia W. <[EMAIL PROTECTED]> wrote: A horrible thing has happened recently. Messages from usenet seem to be appearing here. snip Some of the junk that goes on on usenet doesn't need to happen here. snip The method of connecting to the lis