[26983] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 8927 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Feb 7 00:05:39 2006

Date: Mon, 6 Feb 2006 21:05:07 -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           Mon, 6 Feb 2006     Volume: 10 Number: 8927

Today's topics:
    Re: I just can't get this  global/local/my  stuff <tadmc@augustmail.com>
    Re: implicit split to @_ is deprecated ?  but, but, <groleau+news@freeshell.org>
    Re: implicit split to @_ is deprecated ?  but, but, <groleau+news@freeshell.org>
        Keith Keller: Hypocrite <1m@b3i4t5eme.org>
    Re: Keith Keller: Hypocrite <lenny@localhost.vvv>
    Re: Problem sorting multidimentionnal hash on insertion xhoster@gmail.com
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Mon, 6 Feb 2006 16:59:23 -0600
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: I just can't get this  global/local/my  stuff
Message-Id: <slrndufl6b.lau.tadmc@magna.augustmail.com>

Wes Groleau <groleau+news@freeshell.org> wrote:

> my %Params = &read_params;
> # read_params is reinvented CGI QUERY_STRING parser


What was wrong with the original CGI query string parser?


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


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

Date: Tue, 07 Feb 2006 03:21:30 GMT
From: Wes Groleau <groleau+news@freeshell.org>
Subject: Re: implicit split to @_ is deprecated ?  but, but,
Message-Id: <_mUFf.12160$%i3.3314@trnddc02>

Keith Keller wrote:
> worthwhile to followup to be explicit: the result of a split is not an
> array, but a list.  You can of course store the result in an array, but
> you don't have to; the other solutions have it being stored in a list of
> scalars, for example.
> 
> Yes, that's pedantic, but the list/array distinction is confusing
> enough to beginners.  :)

Well, as I have hinted elsewhere, in this case the distinction that was
hidden by my OldTimer's disease was that a scalar is not the same thing
as a list containing one scalar.

Many thanks to Joachim, MSG, and John for giving my spinning wheels
a little helpful shove.

I still don't understand the third parameter.  I thought I had read
that it meant split off that many and ignore the rest.

-- 
Wes Groleau

   The man who says, "I can do it!" may sometimes fail.
   The man who says, "Impossible!" will never succeed.


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

Date: Tue, 07 Feb 2006 03:24:18 GMT
From: Wes Groleau <groleau+news@freeshell.org>
Subject: Re: implicit split to @_ is deprecated ?  but, but,
Message-Id: <CpUFf.12161$%i3.1040@trnddc02>

Wes Groleau wrote:
> Many thanks to Joachim, MSG, and John for giving my spinning wheels
> a little helpful shove.

Wouldn't you know, now that I know how to make it work,
I've discovered I don't need that sub after all.  :-)

-- 
Wes Groleau

    I've noticed lately that the paranoid fear of computers becoming
    intelligent and taking over the world has almost entirely disappeared
    from the common culture.  Near as I can tell, this coincides with
    the release of MS-DOS.
                                  -- Larry DeLuca


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

Date: Tue, 07 Feb 2006 02:00:18 GMT
From: R3e4al5to 23ar3ga4rino <1m@b3i4t5eme.org>
Subject: Keith Keller: Hypocrite
Message-Id: <SaTFf.12144$1e5.302723@news20.bellglobal.com>

This is about the hypocrite known as Keith Keller.  A number of
people have complained about a rash of people including PGP headers
in the bodies of their posts.  It's like a little club.  It annoys
the hell out of people, but they won't stop iti and they won't bury
the stuff in their headers.  Here is what the hypocrite Keller
posted in alt.os.linux.slackware:

Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> trolled:

> The PGP signature of the body (actually, body + some headers) can
> be put into the headers (that's what I do), but as I've said many
> times in this very newsgroup, it's not worth the effort.  Most
> popular nntp clients also support hiding PGP information that's

This is totally false.

> part of the body, so there's really no reason to go through the
> effort of putting the signature in the headers, at least in this
> group where (it seems) only a few trolls whinge about it.  (YMMV
> in other groups; comp.lang.perl.misc really hated my PGP sig in
> the body, and it wasn't just trolls and lamers complaining,
> either.)

It appears that Mr. Keller wants to kiss the asses of those in
comp.lang.perl.misc but he is perfectly willing to shit all over
those in alt.os.linux.slackware.

Note that the hypocrite actually buries his PGP in his headers in
a.o.l.s. but he advises other posters not to do so.

> In short, it depends on your audience, but there's no technical
> advantage to moving the headers out of the body.

Yes, it depends on your audience.  You kiss the asses of some, where
you need their knowledge, while you annoy others because a few of
your friends also wish to annoy posters in a.o.l.s.

Keith Keller is a coward, a troll, and a hypocrite.

cordially, as always,

rm


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

Date: Mon, 06 Feb 2006 21:20:27 +0000
From: Leonard The Committed <lenny@localhost.vvv>
Subject: Re: Keith Keller: Hypocrite
Message-Id: <pan.2006.02.06.21.20.26.373819@localhost.vvv>

You REALLY need a blowjob, don't you?

Get out of your parents basement and go someplace to experience life.




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

Date: 07 Feb 2006 02:00:51 GMT
From: xhoster@gmail.com
Subject: Re: Problem sorting multidimentionnal hash on insertion order
Message-Id: <20060206210315.573$dO@newsreader.com>

Sébastien_Cottalorda <scottalorda_NOSPAM@libello.com> wrote:
> Hi all,
>
> I encoutered a problem trying to sort a hash of hash on insertion order.


use Tie::IxHash::Easy;

(I sat down and wrote my own module to do this, then I realized I should
have searched CPAN first.  Sure enough, there it was, almost identical to
mine.)


Xho

-- 
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service                        $9.95/Month 30GB


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

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


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