Click here to get back home

PERL to mean what 'perldoc perl' says is wrong? (was: Re: perl should be improved and perl6)

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
PERL to mean what 'perldoc perl' says is wrong? (was: Re: perl should be improved and perl6) Gordon Etly 04-14-2008
Posted by Gordon Etly on April 14, 2008, 11:37 pm
Please log in for more thread options
Jim Cochrane wrote:
>> wrote: <snip>
>>>
>>> Actually, "I should of course said" is still wrong - missing a verb
>>> component - should be: "I should of course have said".
>>>
>> I think that sentence is also better for a little appropriate
>> punctuation: "I should, of course, have said". The commas also help
>> guide you to the correct verb choice, instead of getting confused as
>> to whether "of" is your verb.
>
> Yes, I thought of that after posting; thanks for the correction.
>
> (I better stop replying now before we get too far sidetracked from
> perl vs. Perl vs. PERL vs. pERL .......)


Just for the record, that was never my plight. But alas it is no use, I
see, given of all the closed-mindedness abound; what ever happened to
free thinking? Not one soul had actually addressed the question itself:
why is it wrong to use PERL if 'perldoc perl' gives it a meaning that
can be shortened to just "PERL"? I don't expect a straight answer given
what's already transpired, and this is the last time I will ask it.

--
G.Etly



Posted by Glenn Jackman on April 15, 2008, 9:09 am
Please log in for more thread options
At 2008-04-14 11:37PM, "Gordon Etly" wrote:
> why is it wrong to use PERL if 'perldoc perl' gives it a meaning that
> can be shortened to just "PERL"? I don't expect a straight answer given
> what's already transpired, and this is the last time I will ask it.

That's too bad. It was very entertaining watching the struggle between
the immovable object and the irresistable force. You can decide who
fits which role.

--
Glenn Jackman
"If there is anything the nonconformist hates worse than a conformist,
it's another nonconformist who doesn't conform to the prevailing
standard of nonconformity." -- Bill Vaughan

Posted by Achim Peters on April 15, 2008, 9:25 am
Please log in for more thread options
Gordon Etly schrieb:
> Jim Cochrane wrote:
>> (I better stop replying now before we get too far sidetracked from
>> perl vs. Perl vs. PERL vs. pERL .......)
>
>
> Just for the record, that was never my plight. But alas it is no use, I
> see, given of all the closed-mindedness abound; what ever happened to
> free thinking? Not one soul had actually addressed the question itself:
> why is it wrong to use PERL if 'perldoc perl' gives it a meaning that
> can be shortened to just "PERL"?

Not only that. With 'perldoc perl' in perl 5.8.2 I indeed do get three
different spellings ("perl", "Perl", _and_ "PERL"):

| PERL(1) perl v5.8.2 (2004-02-16) PERL(1)
|
[...]
|
| perl - [...]
|
| If you're new to Perl, [...]

;-)

Bye
Achim

Posted by Chris Mattern on April 15, 2008, 10:41 am
Please log in for more thread options
> Gordon Etly schrieb:
>> Jim Cochrane wrote:
>>> (I better stop replying now before we get too far sidetracked from
>>> perl vs. Perl vs. PERL vs. pERL .......)
>>
>>
>> Just for the record, that was never my plight. But alas it is no use, I
>> see, given of all the closed-mindedness abound; what ever happened to
>> free thinking? Not one soul had actually addressed the question itself:
>> why is it wrong to use PERL if 'perldoc perl' gives it a meaning that
>> can be shortened to just "PERL"?
>
> Not only that. With 'perldoc perl' in perl 5.8.2 I indeed do get three
> different spellings ("perl", "Perl", _and_ "PERL"):
>
>| PERL(1) perl v5.8.2 (2004-02-16) PERL(1)
>|
> [...]
>|
>| perl - [...]
>|
>| If you're new to Perl, [...]
>
> ;-)
>
No, the usage of "perl" and "Perl" is correct. "perl" refers to
the program, which is what the first line is describing. "Perl"
means the language in the abstract, which is what the second line
is talking about (it's not worried about whether you're new to
5.8.2, but about whether you're new to Perl as a whole).

--
Christopher Mattern

NOTICE
Thank you for noticing this new notice
Your noticing it has been noted
And will be reported to the authorities

Posted by Gordon Etly on April 15, 2008, 11:40 am
Please log in for more thread options
Chris Mattern wrote:
>> Gordon Etly schrieb:
>>> Jim Cochrane wrote:
>>>> (I better stop replying now before we get too far sidetracked from
>>>> perl vs. Perl vs. PERL vs. pERL .......)
>>>
>>>
>>> Just for the record, that was never my plight. But alas it is no
>>> use, I see, given of all the closed-mindedness abound; what ever
>>> happened to free thinking? Not one soul had actually addressed the
>>> question itself: why is it wrong to use PERL if 'perldoc perl'
>>> gives it a meaning that can be shortened to just "PERL"?
>>
>> Not only that. With 'perldoc perl' in perl 5.8.2 I indeed do get
>> three different spellings ("perl", "Perl", _and_ "PERL"):
>>
>>> PERL(1) perl v5.8.2 (2004-02-16)
>>> PERL(1)
>>>
>> [...]
>>>
>>> perl - [...]
>>>
>>> If you're new to Perl, [...]
>>
>> ;-)
>>
> No, the usage of "perl" and "Perl" is correct. "perl" refers to
> the program, which is what the first line is describing. "Perl"
> means the language in the abstract, which is what the second line
> is talking about

Yes, we all know that, and that is not the point I have tried to make.

What is so wrong with adding to that list,

"PERL" refers to "Practical Extraction and Report Language" ?

That IS how acronyms work, whether people like you want to admit it or
not.

--
G.Etly



Similar ThreadsPosted
perl should be improved and perl6 April 4, 2008, 5:08 pm
Will Programming Perl 4th ed be Perl5 or Perl6? March 27, 2005, 1:31 am
what's wrong calling a Perl/CGI script in Perl/CGI script under Tomcat server? April 8, 2007, 11:38 pm
Perldoc: No documentation on perl found [newbie] December 10, 2004, 1:22 pm
what's wrong in this Perl Regex expression? September 25, 2004, 3:31 pm
makefile shows wrong perl version May 10, 2007, 4:32 pm
FAQ 3.30 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong? February 17, 2005, 6:03 pm
FAQ 3.29 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong? March 29, 2005, 6:03 am
FAQ 3.29 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong? June 13, 2005, 11:03 pm
FAQ 3.29 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong? August 27, 2005, 10:03 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap