[25656] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 7898 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sat Mar 19 21:05:38 2005

Date: Sat, 19 Mar 2005 18:05:05 -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           Sat, 19 Mar 2005     Volume: 10 Number: 7898

Today's topics:
        (",) Do You Want To Know For Sure You Are Going To Heav Ron038547@yahoo.com
    Re: clueless on "use base" pragma babydoe@mailinator.com
    Re: FAQ 8.49 How do I add a directory to my include pat <ewitkop90@hotmail.com>
    Re: FAQ 8.49 How do I add a directory to my include pat <tadmc@augustmail.com>
    Re: IP address, how? <flavell@ph.gla.ac.uk>
    Re: OOP Tutorial (David Combs)
    Re: ssh to cisco router with expect CPAN <ewitkop90@hotmail.com>
    Re: ssh to cisco router with expect CPAN <nobull@mail.com>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: 19 Mar 2005 15:15:15 -0800
From: Ron038547@yahoo.com
Subject: (",) Do You Want To Know For Sure You Are Going To Heaven?
Message-Id: <1111274115.242547.247810@f14g2000cwb.googlegroups.com>

http://www.want-to-be-sure.blogspot.com << Click On Link



------------------------------

Date: 19 Mar 2005 04:25:36 -0800
From: babydoe@mailinator.com
Subject: Re: clueless on "use base" pragma
Message-Id: <1111235136.479546.43070@g14g2000cwa.googlegroups.com>

Sherm Pendley wrote:
> babydoe@mailinator.com wrote:
>
> > OO is new stuff to me.
>
> Do you know that several OO tutorials come with Perl?
>
>     perldoc perlboot
>     perldoc perltoot
>     perldoc perltooc
>     perldoc perlbot

Hello Sherm,

The high-quality HTML in an ActiveState distro
is a pleasure to look at and to read; but even so,
I can't but feel sometimes, that perldoc is a maze
of twisty little passages, all alike. Thankyou for
pointing out the treasures of perlboot, perltoot,
perltooc, and perlbot - I must have tripped over
them with them without seeing.



------------------------------

Date: 19 Mar 2005 04:09:39 -0800
From: "erik" <ewitkop90@hotmail.com>
Subject: Re: FAQ 8.49 How do I add a directory to my include path (@INC) at runtime?
Message-Id: <1111234179.867149.166830@z14g2000cwz.googlegroups.com>

Personally,  I like unshifting it into the @INC array.



------------------------------

Date: Sat, 19 Mar 2005 07:37:39 -0600
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: FAQ 8.49 How do I add a directory to my include path (@INC) at runtime?
Message-Id: <slrnd3oap3.2uq.tadmc@magna.augustmail.com>

erik <ewitkop90@hotmail.com> wrote:

> Personally,  I like unshifting it into the @INC array.


It is nice to have confirmation that you agree with the FAQ answer.

All 4 of the suggested ways in the answer do what you prefer
personally (only you don't have to remember to put it in a
BEGIN block).


-- 
    Tad McClellan                          SGML consulting
    tadmc@augustmail.com                   Perl programming
    Fort Worth, Texas


------------------------------

Date: Sat, 19 Mar 2005 12:23:56 +0000
From: "Alan J. Flavell" <flavell@ph.gla.ac.uk>
Subject: Re: IP address, how?
Message-Id: <Pine.LNX.4.61.0503191210110.3700@ppepc56.ph.gla.ac.uk>

On Sat, 19 Mar 2005, Tintin wrote:

> [OT Answer]

OT answers have a tendency to be misleading...

> The IP address of the poster should be in your web server logs. 

Anyone seriously contemplating mischief would surely find themselves 
an HTTP proxy to hide behind.  So the IP address in the server log is 
quite likely to belong to some insecure proxy.  "Preferably" one that 
does not pass along the address of the real client.

More comprehensive answers can be found where this issue is on-topic, 
I'm sure.


------------------------------

Date: Sun, 20 Mar 2005 00:15:42 +0000 (UTC)
From: dkcombs@panix.com (David Combs)
Subject: Re: OOP Tutorial
Message-Id: <d1ifbe$1ol$1@reader1.panix.com>

In article <IuSdnaNqO_naioPfRVn-qg@is.co.za>,
Leslie Viljoen  <leslievNO@SPAMicoc.co.za> wrote:
>Anno Siegel wrote:
>> Paul Uiterlinden  <no@spam.nl> wrote in comp.lang.perl.misc:
>> 
>>>Abigail wrote:
>>>
>>>>$$  http://www.icon.co.za/~mobeus/easyoop.doc.zip      (Word)
>>>>$$  http://www.icon.co.za/~mobeus/easyoop.sxw.zip      (Open Office)
>>>>
>>>>Oh. Never mind. I don't do Windows.
>>>
>>>Huh? Open office works on *nix, and zip as well.
>> 
>> 
>> Abigail didn't say she can't, she said she doesn't.

FYI: Abigail is a HE.

(British names are often like that: Evelyn (sp?) Waugh)

David



------------------------------

Date: 19 Mar 2005 04:14:11 -0800
From: "erik" <ewitkop90@hotmail.com>
Subject: Re: ssh to cisco router with expect CPAN
Message-Id: <1111234451.027639.204200@f14g2000cwb.googlegroups.com>

All good suggestions, thanks I will go back and apply it all.



------------------------------

Date: Sat, 19 Mar 2005 14:46:59 +0000
From: Brian McCauley <nobull@mail.com>
Subject: Re: ssh to cisco router with expect CPAN
Message-Id: <d1hdm7$8gl$1@sun3.bham.ac.uk>

Brian McCauley wrote:


> my $count = grep /^logging 199\.11\.1\.22$/, split /\n/, $read;

Or if you feel really terse...

my $count = () = $read =~ /^logging 199\.11\.1\.22$/mg;

>>    {
>>      push (@failed_tests, $no_logging);
>>      $action = "FAIL";

[ snip redundant trailing qoute - _bad_ nobull ! ]



------------------------------

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 7898
***************************************


home help back first fref pref prev next nref lref last post