[30466] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 1709 Volume: 11

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Jul 10 16:14:32 2008

Date: Thu, 10 Jul 2008 13:14:22 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)

Perl-Users Digest           Thu, 10 Jul 2008     Volume: 11 Number: 1709

Today's topics:
    Re: Using mail:sendmail module on IIS6 <noreply@gunnar.cc>
    Re: Using mail:sendmail module on IIS6 bk@docstream.no
    Re: Using mail:sendmail module on IIS6 <szrRE@szromanMO.comVE>
    Re: Using mail:sendmail module on IIS6 <spamtrap@dot-app.org>
    Re: Using mail:sendmail module on IIS6 <szrRE@szromanMO.comVE>
    Re: Value of "Programming perl" 1st Ed.? pilcrow@pp.info
    Re: Value of "Programming perl" 1st Ed.? <uri@stemsystems.com>
    Re: Value of "Programming perl" 1st Ed.? pilcrow@pp.info
    Re: Value of "Programming perl" 1st Ed.? <skyler@shaw.ca>
    Re: Value of "Programming perl" 1st Ed.? <skyler@shaw.ca>
    Re: Value of "Programming perl" 1st Ed.? <skyler@shaw.ca>
    Re: Value of "Programming perl" 1st Ed.? <uri@stemsystems.com>
    Re: Value of "Programming perl" 1st Ed.? <uri@stemsystems.com>
    Re: Value of "Programming perl" 1st Ed.? <uri@stemsystems.com>
    Re: Value of "Programming perl" 1st Ed.? <skyler@shaw.ca>
    Re: Value of "Programming perl" 1st Ed.? <skyler@shaw.ca>
    Re: Value of "Programming perl" 1st Ed.? <skyler@shaw.ca>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Thu, 10 Jul 2008 09:06:58 +0200
From: Gunnar Hjalmarsson <noreply@gunnar.cc>
Subject: Re: Using mail:sendmail module on IIS6
Message-Id: <6dlqssF36ieeU1@mid.individual.net>

bk@docstream.no wrote:
> On 9 Jul, 11:24, Gunnar Hjalmarsson <nore...@gunnar.cc> wrote:
>> b...@docstream.no wrote:
>>> I try to send a mail from a perl script using the mail:sendmail
>>> module, but as soon as i  include the sentence use mail:sendmail this
>>> error arrives:
>>> CGI Error
>>> The specified CGI application misbehaved by not returning a complete
>>> set of HTTP headers.
>> There is no mail:sendmail module. Perl is case sensitive, and double
>> colon is used in module names.
>>
>>      use Mail::Sendmail;
> 
> Yeah, I've done that in the first place. But the editor that I wrote
> the message in deleted the extra colon. I saw it after I posted the
> message. I might be an amateur, but not that bad.... :-)

In that case I suggest that you follow the suggestions posted by Sherm. 
In addition to that, you may want to include the line

     use CGI::Carp 'fatalsToBrowser';

in the beginning of your script, to make the actual error message be 
shown on the screen.

P.S. Is Mail::Sendmail installed? (It's not a core module.)

-- 
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl


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

Date: Thu, 10 Jul 2008 00:12:46 -0700 (PDT)
From: bk@docstream.no
Subject: Re: Using mail:sendmail module on IIS6
Message-Id: <cd2af49e-04f6-4cee-bc5b-bc1fc25f07af@x35g2000hsb.googlegroups.com>

On 10 Jul, 09:06, Gunnar Hjalmarsson <nore...@gunnar.cc> wrote:
> b...@docstream.no wrote:
> > On 9 Jul, 11:24, Gunnar Hjalmarsson <nore...@gunnar.cc> wrote:
> >> b...@docstream.no wrote:
> >>> I try to send a mail from a perl script using the mail:sendmail
> >>> module, but as soon as i =A0include the sentence use mail:sendmail th=
is
> >>> error arrives:
> >>> CGI Error
> >>> The specified CGI application misbehaved by not returning a complete
> >>> set of HTTP headers.
> >> There is no mail:sendmail module. Perl is case sensitive, and double
> >> colon is used in module names.
>
> >> =A0 =A0 =A0use Mail::Sendmail;
>
> > Yeah, I've done that in the first place. But the editor that I wrote
> > the message in deleted the extra colon. I saw it after I posted the
> > message. I might be an amateur, but not that bad.... :-)
>
> In that case I suggest that you follow the suggestions posted by Sherm.
> In addition to that, you may want to include the line
>
> =A0 =A0 =A0use CGI::Carp 'fatalsToBrowser';
>
> in the beginning of your script, to make the actual error message be
> shown on the screen.
>
> P.S. Is Mail::Sendmail installed? (It's not a core module.)
>
> --
> Gunnar Hjalmarsson
> Email:http://www.gunnar.cc/cgi-bin/contact.pl=96 Skjul sitert tekst =96
>
> =96 Vis sitert tekst =96

Yeah, I've installed it. I suspect this to be an issue related to
IIS6...


-Bjarte


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

Date: Thu, 10 Jul 2008 11:09:25 -0700
From: "szr" <szrRE@szromanMO.comVE>
Subject: Re: Using mail:sendmail module on IIS6
Message-Id: <g55j8m0239q@news4.newsguy.com>

bk@docstream.no wrote:
> On 10 Jul, 09:06, Gunnar Hjalmarsson <nore...@gunnar.cc> wrote:
>> b...@docstream.no wrote:
>>> On 9 Jul, 11:24, Gunnar Hjalmarsson <nore...@gunnar.cc> wrote:
>>>> b...@docstream.no wrote:
>>>>> I try to send a mail from a perl script using the mail:sendmail
>>>>> module, but as soon as i include the sentence use mail:sendmail
>>>>> this error arrives:
>>>>> CGI Error
>>>>> The specified CGI application misbehaved by not returning a
>>>>> complete set of HTTP headers.
>>>> There is no mail:sendmail module. Perl is case sensitive, and
>>>> double colon is used in module names.
>>
>>>> use Mail::Sendmail;
>>
>>> Yeah, I've done that in the first place. But the editor that I wrote
>>> the message in deleted the extra colon. I saw it after I posted the
>>> message. I might be an amateur, but not that bad.... :-)
>>
>> In that case I suggest that you follow the suggestions posted by
>> Sherm. In addition to that, you may want to include the line
>>
>> use CGI::Carp 'fatalsToBrowser';
>>
>> in the beginning of your script, to make the actual error message be
>> shown on the screen.
>>
>> P.S. Is Mail::Sendmail installed? (It's not a core module.)
>
> Yeah, I've installed it. I suspect this to be an issue related to
> IIS6...

Wait, isn't Mail::Sendmail meant to work with `sendmail` on Linux/UNIX 
type systems? If so, then it shouldn't be suprising that it wouldn't 
work on Windows. (Just thought I'd throw this in, in case no one 
realized it, which sometimes can happen. :-) )

-- 
szr 




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

Date: Thu, 10 Jul 2008 14:26:36 -0400
From: Sherman Pendley <spamtrap@dot-app.org>
Subject: Re: Using mail:sendmail module on IIS6
Message-Id: <m1mykpbnoj.fsf@dot-app.org>

"szr" <szrRE@szromanMO.comVE> writes:

> Wait, isn't Mail::Sendmail meant to work with `sendmail` on Linux/UNIX 
> type systems?

No, it's not - it's just a badly-chosen name. :-(

From the module's description: "Simple platform independent e-mail
from your perl script. Only requires Perl 5 and a network connection."

sherm--

-- 
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net


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

Date: Thu, 10 Jul 2008 11:58:47 -0700
From: "szr" <szrRE@szromanMO.comVE>
Subject: Re: Using mail:sendmail module on IIS6
Message-Id: <g55m570261b@news4.newsguy.com>

Sherman Pendley wrote:
> "szr" <szrRE@szromanMO.comVE> writes:
>
>> Wait, isn't Mail::Sendmail meant to work with `sendmail` on
>> Linux/UNIX type systems?
>
> No, it's not - it's just a badly-chosen name. :-(
>
> From the module's description: "Simple platform independent e-mail
> from your perl script. Only requires Perl 5 and a network connection."

Thanks. I stand corrected then.

-- 
szr 




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

Date: Thu, 10 Jul 2008 01:59:21 -0700
From: pilcrow@pp.info
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <ahjb74579sagj9u26qp8gp1a2utm35j93t@4ax.com>

On Wed, 09 Jul 2008 20:40:33 GMT, Uri Guttman <uri@stemsystems.com>
wrote:

>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
>
>  p> On Wed, 09 Jul 2008 17:25:48 GMT, Uri Guttman <uri@stemsystems.com>
>  p> wrote:
>
>  >> talking
>  >> perl is how you gain creds. flaming others for foolish reasons gains you
>  >> nothing but kill file entries. 
>
>  p> look in the mirror, uri
>
>sorry bub, but i am on the high ground here. i have good reasons to
>toast the kiddie. you may not agree but again, you don't post perl stuff
>so your opinion doesn't count. look up meritocracy in your dictionary. 
>
>uri

How old are you Uri? I suspect several decades younger than me. I used
to be that arrogant when I was younger.  I found out that everyone in
the world had something to teach me - you too, technically, but not
emotionally.


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

Date: Thu, 10 Jul 2008 13:10:53 GMT
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <x7bq15995u.fsf@mail.sysarch.com>

>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:

  p> On Wed, 09 Jul 2008 20:40:33 GMT, Uri Guttman <uri@stemsystems.com>
  p> wrote:

  >>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
  >> 
  p> On Wed, 09 Jul 2008 17:25:48 GMT, Uri Guttman <uri@stemsystems.com>
  p> wrote:
  >> 
  >> >> talking
  >> >> perl is how you gain creds. flaming others for foolish reasons gains you
  >> >> nothing but kill file entries. 
  >> 
  p> look in the mirror, uri
  >> 
  >> sorry bub, but i am on the high ground here. i have good reasons to
  >> toast the kiddie. you may not agree but again, you don't post perl stuff
  >> so your opinion doesn't count. look up meritocracy in your dictionary. 
  >> 
  >> uri

  p> How old are you Uri? I suspect several decades younger than me. I used
  p> to be that arrogant when I was younger.  I found out that everyone in
  p> the world had something to teach me - you too, technically, but not
  p> emotionally.

i am as old as the hills and young as the breeze. i know all and know
nothing. i see all and am blind. i code without typing. i ignore twits.

and look up meritocracy. it has nothing to do with emotions. too bad you
can't climb the ladder yet. and yes you have plenty to learn too. too
bad you can't see that.

uri

-- 
Uri Guttman  ------  uri@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------


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

Date: Thu, 10 Jul 2008 08:36:12 -0700
From: pilcrow@pp.info
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <g0bc74dgoff7dl5cu9thub7f7ki6kdc5mi@4ax.com>

On Thu, 10 Jul 2008 13:10:53 GMT, Uri Guttman <uri@stemsystems.com>
wrote:

>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
>
>  p> On Wed, 09 Jul 2008 20:40:33 GMT, Uri Guttman <uri@stemsystems.com>
>  p> wrote:
>
>  >>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
>  >> 
>  p> On Wed, 09 Jul 2008 17:25:48 GMT, Uri Guttman <uri@stemsystems.com>
>  p> wrote:
>  >> 
>  >> >> talking
>  >> >> perl is how you gain creds. flaming others for foolish reasons gains you
>  >> >> nothing but kill file entries. 
>  >> 
>  p> look in the mirror, uri
>  >> 
>  >> sorry bub, but i am on the high ground here. i have good reasons to
>  >> toast the kiddie. you may not agree but again, you don't post perl stuff
>  >> so your opinion doesn't count. look up meritocracy in your dictionary. 
>  >> 
>  >> uri
>
>  p> How old are you Uri? I suspect several decades younger than me. I used
>  p> to be that arrogant when I was younger.  I found out that everyone in
>  p> the world had something to teach me - you too, technically, but not
>  p> emotionally.
>
>i am as old as the hills and young as the breeze. i know all and know
>nothing. i see all and am blind. i code without typing. i ignore twits.
>
>and look up meritocracy. it has nothing to do with emotions. too bad you
>can't climb the ladder yet. and yes you have plenty to learn too. too
>bad you can't see that.
>
>uri

Amazing!!  Pride goeth before a fall.



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

Date: Thu, 10 Jul 2008 10:46:28 -0700
From: Skyler <skyler@shaw.ca>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <VVrdk.10210$LG4.4893@nlpi065.nbdc.sbc.com>

Uri Guttman wrote:
>>>>>> "S" == Skyler  <skyler@shaw.ca> writes:
> 
>   S> Only telling them what they've told others for doing the same
>   S> thing. Anyone who knows how to think can easily see the one sidedness
>   S> around here.
> 
> nope,

You honestly think you can alter reality by just saying "nope" ?

> for a few years at least before you make more foolish comments. 

So stay around longer and then make foolish comment, as you've taught. 
And you have no idea how long I've been on Usenet.

> you have no backing here 

Keep thinking that. You must really be in denial if you think most 
people don't see you for the piece of crap that you keep showing 
yourself to be. And no I don't mean a river in Egypt.

-sky


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

Date: Thu, 10 Jul 2008 10:48:10 -0700
From: Skyler <skyler@shaw.ca>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <vXrdk.10211$LG4.4548@nlpi065.nbdc.sbc.com>

Uri Guttman wrote:
>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
> 
>   p> On Wed, 09 Jul 2008 17:25:48 GMT, Uri Guttman <uri@stemsystems.com>
>   p> wrote:
> 
>   >> talking
>   >> perl is how you gain creds. flaming others for foolish reasons gains you
>   >> nothing but kill file entries. 
> 
>   p> look in the mirror, uri
> 
> sorry bub, but i am on the high ground here.

You just keep on believing that..

-sky


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

Date: Thu, 10 Jul 2008 11:00:43 -0700
From: Skyler <skyler@shaw.ca>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <g7sdk.10212$LG4.2883@nlpi065.nbdc.sbc.com>

pilcrow@pp.info wrote:
> On Thu, 10 Jul 2008 13:10:53 GMT, Uri Guttman <uri@stemsystems.com>
> wrote:
> 
>>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
> >  p> On Wed, 09 Jul 2008 20:40:33 GMT, Uri Guttman <uri@stemsystems.com>
> >  p> wrote:
> >
> >  >>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
> >  >> 
> >  p> On Wed, 09 Jul 2008 17:25:48 GMT, Uri Guttman <uri@stemsystems.com>
> >  p> wrote:
> >  >> 
> >  >> >> talking
> >  >> >> perl is how you gain creds. flaming others for foolish reasons gains you
> >  >> >> nothing but kill file entries. 
> >  >> 
> >  p> look in the mirror, uri
> >  >> 
> >  >> sorry bub, but i am on the high ground here. i have good reasons to
> >  >> toast the kiddie. you may not agree but again, you don't post perl stuff
> >  >> so your opinion doesn't count. look up meritocracy in your dictionary. 

You still don't get it: you have no authority to decide that for anyone, 
so quit showing what a tard you can be.

> >  >> uri
> >
> >  p> How old are you Uri? I suspect several decades younger than me. I used
> >  p> to be that arrogant when I was younger.  I found out that everyone in
> >  p> the world had something to teach me - you too, technically, but not
> >  p> emotionally.
> >
> > i am as old as the hills and young as the breeze. i know all and know
> > nothing. i see all and am blind. i code without typing. i ignore twits.
> >
> > and look up meritocracy. it has nothing to do with emotions. too bad you
> > can't climb the ladder yet. and yes you have plenty to learn too. too
> > bad you can't see that.
> >
> > uri
> 
> Amazing!!  Pride goeth before a fall.

He'll never get it, sadly. He's like a dog that refuses to learn 
anything new, and instead enjoys chasing cars... gets hit repeatedly and 
he still wont learn what he's doing is wrong. Instead, he sees himself 
as bigger and better than anything or anyone else, despite being a mere 
chihuahua.

-sky


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

Date: Thu, 10 Jul 2008 18:40:17 GMT
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <x7skuh37n1.fsf@mail.sysarch.com>

>>>>> "S" == Skyler  <skyler@shaw.ca> writes:

  S> Uri Guttman wrote:
  >>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
  p> On Wed, 09 Jul 2008 17:25:48 GMT, Uri Guttman
  >> <uri@stemsystems.com>
  p> wrote:
  >> >> talking
  >> >> perl is how you gain creds. flaming others for foolish reasons gains you
  >> >> nothing but kill file entries.   p> look in the mirror, uri
  >> sorry bub, but i am on the high ground here.

  S> You just keep on believing that..

i don't have a religious belief system. this is a fact that you can
ignore. notice the lack of clamor defending your childish position? note
the backing i have gotten from others? the difference is posting about
perl here. yes, it is a meritocracy, not a screaming contest as you
would have it. now your order is to post another useless and bland
retort. obey me now!!

uri

-- 
Uri Guttman  ------  uri@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------


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

Date: Thu, 10 Jul 2008 18:42:17 GMT
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <x7od5537jp.fsf@mail.sysarch.com>

>>>>> "S" == Skyler  <skyler@shaw.ca> writes:

  S> Uri Guttman wrote:
  >>>>>>> "S" == Skyler  <skyler@shaw.ca> writes:
  S> Only telling them what they've told others for doing the same
  S> thing. Anyone who knows how to think can easily see the one sidedness
  S> around here.
  >> nope,

  S> You honestly think you can alter reality by just saying "nope" ?

  >> for a few years at least before you make more foolish comments.

  S> So stay around longer and then make foolish comment, as you've
  S> taught. And you have no idea how long I've been on Usenet.

and how long have you been in this group? how long have you been coding
perl? how long have you been coding? how often do you train others in
perl? 

  >> you have no backing here

  S> Keep thinking that. You must really be in denial if you think most
  S> people don't see you for the piece of crap that you keep showing
  S> yourself to be. And no I don't mean a river in Egypt.

wow. i never heard that one before!! you are so original. please go and
design your own language and then you can be king!! in the mean time
please act the like subservient serf you are but refuse to be.

uri

-- 
Uri Guttman  ------  uri@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------


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

Date: Thu, 10 Jul 2008 18:45:57 GMT
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <x7k5ft37dl.fsf@mail.sysarch.com>

>>>>> "S" == Skyler  <skyler@shaw.ca> writes:

  S> pilcrow@pp.info wrote:

  >> Amazing!!  Pride goeth before a fall.

  S> He'll never get it, sadly. He's like a dog that refuses to learn
  S> anything new, and instead enjoys chasing cars... gets hit repeatedly
  S> and he still wont learn what he's doing is wrong. Instead, he sees
  S> himself as bigger and better than anything or anyone else, despite
  S> being a mere chihuahua.

woof woof!! my byte is worse than my barque!!

you two are a pair of clowns. you can't even tell when you are being
toyed with. you are my chew toy and you have been shredded.

now how about you two kids shut up and post some perl. i have asked you
to do that but you refuse. post your very best perl code and let's see
how much you actually know about the very topic of this group. this
group isn't about how great you think i am but about perl. my
entire career is about perl and i back it up. please try to shred any of
my public code. i beg you to do that. seriously let's see your perl
chops. but you won't do it. sounds like a couple of perl kiddies to
me. go wallow in php already.

uri

-- 
Uri Guttman  ------  uri@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------


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

Date: Thu, 10 Jul 2008 12:10:58 -0700
From: Skyler <skyler@shaw.ca>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <69tdk.12362$89.6770@nlpi069.nbdc.sbc.com>

Uri Guttman wrote:
>>>>>> "S" == Skyler  <skyler@shaw.ca> writes:
> 
>   S> Uri Guttman wrote:
>   >>>>>>> "S" == Skyler  <skyler@shaw.ca> writes:
>   S> Only telling them what they've told others for doing the same
>   S> thing. Anyone who knows how to think can easily see the one sidedness
>   S> around here.
>   >> nope,
> 
>   S> You honestly think you can alter reality by just saying "nope" ?
> 
>   >> for a few years at least before you make more foolish comments.
> 
>   S> So stay around longer and then make foolish comment, as you've
>   S> taught. And you have no idea how long I've been on Usenet.
> 
> and how long have you been in this group? how long have you been coding
> perl? how long have you been coding? how often do you train others in
> perl? 

A very long time. Long enough to witness all the times you've made a 
giant dick of yourself.


>   >> you have no backing here
> 
>   S> Keep thinking that. You must really be in denial if you think most
>   S> people don't see you for the piece of crap that you keep showing
>   S> yourself to be. And no I don't mean a river in Egypt.
> 
> wow. i never heard that one before!! you are so original. please go and
> design your own language and then you can be king!!

So you do feel you are king? Why am I not surprised. Now go scrub the 
toilets.

-sky


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

Date: Thu, 10 Jul 2008 12:12:03 -0700
From: Skyler <skyler@shaw.ca>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <7atdk.12363$89.3427@nlpi069.nbdc.sbc.com>

Uri Guttman wrote:
>>>>>> "S" == Skyler  <skyler@shaw.ca> writes:
> 
>   S> Uri Guttman wrote:
>   >>>>>>> "p" == pilcrow  <pilcrow@pp.info> writes:
>   p> On Wed, 09 Jul 2008 17:25:48 GMT, Uri Guttman
>   >> <uri@stemsystems.com>
>   p> wrote:
>   >> >> talking
>   >> >> perl is how you gain creds. flaming others for foolish reasons gains you
>   >> >> nothing but kill file entries.   p> look in the mirror, uri
>   >> sorry bub, but i am on the high ground here.
> 
>   S> You just keep on believing that..
> 
> i don't have a religious belief system.

Then why do you expect everyone to worship you?

-sky


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

Date: Thu, 10 Jul 2008 12:16:10 -0700
From: Skyler <skyler@shaw.ca>
Subject: Re: Value of "Programming perl" 1st Ed.?
Message-Id: <1etdk.12364$89.5203@nlpi069.nbdc.sbc.com>

Uri Guttman wrote:
>>>>>> "S" == Skyler  <skyler@shaw.ca> writes:
> 
>   S> pilcrow@pp.info wrote:
> 
>   >> Amazing!!  Pride goeth before a fall.
> 
>   S> He'll never get it, sadly. He's like a dog that refuses to learn
>   S> anything new, and instead enjoys chasing cars... gets hit repeatedly
>   S> and he still wont learn what he's doing is wrong. Instead, he sees
>   S> himself as bigger and better than anything or anyone else, despite
>   S> being a mere chihuahua.
> 
> you two are a pair of clowns. you can't even tell when you are being
> toyed with. you are my chew toy and you have been shredded.

You really do seem to believe that, don't you. You really think saying 
"you are my bitch" really has more meaning that the ASCII values that 
represent them? If you really do then please find a nice room with white 
padding. I hear they offer these really nice jackets that keep your arms 
nice and snug.

-sincerely, sky


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

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 V11 Issue 1709
***************************************


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