Ask a Question related to PERL Beginners, Design and Development.
-
Paul Archer #1
pronunciation guide
Does anyone know of a pronunciation guide for the special variables and such
in Perl? I came up empty on Google. I've been learning Perl by reading and
doing, but I haven't talked to anyone face-to-face, so I'm not sure, for
example, if $_ is spoken "dollar-underscore", or if people typically say
something else--like "<=>" is a "spaceship", or "#!" is a "shebang".
Paul
Paul Archer Guest
-
Idiot's guide to FMS
I have a number of video and audio files that I want placed on my site. My web designer know how to generate swf and flv files but doesn't know any... -
Is there a simple help guide..
Hello all, I am new to flash but have a development background in Java and PHP etc... so have no problem understanding code. I have a client who... -
Guide motion using AS?
Is it possible to create a guided motion using AS? I would like to create like a spiral motion (I have that in the normal guided motion format... -
[PHP] dev style guide
They use the One True Brace Style, which is encouraging: function fooFunction($arg1, $arg2 = '') { if (condition) { statement; } return... -
dev style guide
Is there a style guide for coding practices used when creating code to be shared with the community? Walter -- Ankh if you love Isis. -
Paul Kraus #2
RE: pronunciation guide
Not sure how to help you I do not that it is not very common to refer to
$ as dollar unless your talking about dollars. Generally when dealing
with computers it is a representation of the word string and is spoken
as such.
String-underscore.
-----Original Message-----
From: Paul Archer [mailto:tigger@io.com]
Sent: Monday, August 25, 2003 8:08 AM
To: [email]beginners@perl.org[/email]
Subject: pronunciation guide
Does anyone know of a pronunciation guide for the special variables and
such in Perl? I came up empty on Google. I've been learning Perl by
reading and doing, but I haven't talked to anyone face-to-face, so I'm
not sure, for example, if $_ is spoken "dollar-underscore", or if people
typically say something else--like "<=>" is a "spaceship", or "#!" is a
"shebang".
Paul
--
To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
For additional commands, e-mail: [email]beginners-help@perl.org[/email]
Paul Kraus Guest
-
Peter Scott #3
RE: pronunciation guide
In article <000201c36b09$1f11be00$76fea8c0@pkraus>,
[email]pkraus@pelsupply.com[/email] (Paul Kraus) writes:I've never heard that. I've been to dozens of meetings and conferences,>Not sure how to help you I do not that it is not very common to refer to
>$ as dollar unless your talking about dollars. Generally when dealing
>with computers it is a representation of the word string and is spoken
>as such.
>
>String-underscore.
heard thousands of people talking about Perl, and never before have I
heard $_ referred to as anything other than "dollar underscore" or
occasionally "dollar underbar".
Strings are a small subset of possible values for scalars. If $ were
mnemonic for anything, it would be "scalar", not "string".
>-----Original Message-----
>From: Paul Archer [mailto:tigger@io.com]
>Sent: Monday, August 25, 2003 8:08 AM
>To: [email]beginners@perl.org[/email]
>Subject: pronunciation guide
>
>
>Does anyone know of a pronunciation guide for the special variables and
>such in Perl? I came up empty on Google. I've been learning Perl by
>reading and doing, but I haven't talked to anyone face-to-face, so I'm
>not sure, for example, if $_ is spoken "dollar-underscore", or if people
>typically say something else--like "<=>" is a "spaceship", or "#!" is a
>"shebang".
--
Peter Scott
[url]http://www.perldebugged.com[/url]
Peter Scott Guest
-
Paul Kraus #4
RE: pronunciation guide
Wow. I find that unusual in my 10 years of computer use/programming ...
I have always referred to $ and heard it referred to as "string".
Not that it matters but I find that definitely unusual :)
Paul
-----Original Message-----
From: Peter Scott [mailto:peter@psdt.com]
Sent: Monday, August 25, 2003 10:20 AM
To: [email]beginners@perl.org[/email]
Subject: RE: pronunciation guide
In article <000201c36b09$1f11be00$76fea8c0@pkraus>,
[email]pkraus@pelsupply.com[/email] (Paul Kraus) writes:>Not sure how to help you I do not that it is not very common to refer
>to $ as dollar unless your talking about dollars. Generally when
>dealing with computers it is a representation of the word string and isI've never heard that. I've been to dozens of meetings and conferences,>spoken as such.
>
>String-underscore.
heard thousands of people talking about Perl, and never before have I
heard $_ referred to as anything other than "dollar underscore" or
occasionally "dollar underbar".
Strings are a small subset of possible values for scalars. If $ were
mnemonic for anything, it would be "scalar", not "string".
>-----Original Message-----
>From: Paul Archer [mailto:tigger@io.com]
>Sent: Monday, August 25, 2003 8:08 AM
>To: [email]beginners@perl.org[/email]
>Subject: pronunciation guide
>
>
>Does anyone know of a pronunciation guide for the special variables and>such in Perl? I came up empty on Google. I've been learning Perl by
>reading and doing, but I haven't talked to anyone face-to-face, so I'm
>not sure, for example, if $_ is spoken "dollar-underscore", or if
>people typically say something else--like "<=>" is a "spaceship", or
>"#!" is a "shebang".
--
Peter Scott
[url]http://www.perldebugged.com[/url]
--
To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
For additional commands, e-mail: [email]beginners-help@perl.org[/email]
Paul Kraus Guest
-
George Schlossnagle #5
Re: pronunciation guide
On Monday, August 25, 2003, at 10:28 AM, Paul Kraus wrote:
I've been to a number of conferences as well and never heard anyone> Wow. I find that unusual in my 10 years of computer use/programming ...
> I have always referred to $ and heard it referred to as "string".
>
> Not that it matters but I find that definitely unusual :)
refer to $anything as anything other than 'dollar anything'.
George
George Schlossnagle Guest
-
Paul Johnson #6
RE: pronunciation guide
Paul Kraus said:
Do you have a background in BASIC? I think that in the UK at least it is> Wow. I find that unusual in my 10 years of computer use/programming ...
> I have always referred to $ and heard it referred to as "string".
>
> Not that it matters but I find that definitely unusual :)
(was ?) common to refer to the $ in A$, for example, as "string" since
that is what it was, and it obviously had nothing to do with dollars.
But as far as Perl is concerned it is "dollar", and I am not aware of any
exceptions.
Now, as to whether $! is dollar-bang, dollar-pling,
dollar-exclamation-mark or anything else is not so easy.
You might find this link interesting:
[url]http://www.eeng.brad.ac.uk/help/.faq/.unix/.pronun.html[/url]
But people, # is not a pound! ;-)
--> -----Original Message-----
> From: Peter Scott [mailto:peter@psdt.com]
> Sent: Monday, August 25, 2003 10:20 AM
> To: [email]beginners@perl.org[/email]
> Subject: RE: pronunciation guide
>
>
> In article <000201c36b09$1f11be00$76fea8c0@pkraus>,
> [email]pkraus@pelsupply.com[/email] (Paul Kraus) writes:>>>Not sure how to help you I do not that it is not very common to refer
>>to $ as dollar unless your talking about dollars. Generally when
>>dealing with computers it is a representation of the word string and is>>>spoken as such.
>>
>>String-underscore.
> I've never heard that. I've been to dozens of meetings and conferences,
> heard thousands of people talking about Perl, and never before have I
> heard $_ referred to as anything other than "dollar underscore" or
> occasionally "dollar underbar".
>
> Strings are a small subset of possible values for scalars. If $ were
> mnemonic for anything, it would be "scalar", not "string".
Paul Johnson - [email]paul@pjcj.net[/email]
[url]http://www.pjcj.net[/url]
Paul Johnson Guest
-
Paul Kraus #7
RE: pronunciation guide
Yep. One of our remaining distribution packages is still using business
basic. Sums it up :)
Paul
-----Original Message-----
From: Paul Johnson [mailto:paul@pjcj.net]
Sent: Monday, August 25, 2003 10:54 AM
To: [email]pkraus@pelsupply.com[/email]
Cc: [email]peter@psdt.com[/email]; [email]beginners@perl.org[/email]
Subject: RE: pronunciation guide
Paul Kraus said:
Do you have a background in BASIC? I think that in the UK at least it> Wow. I find that unusual in my 10 years of computer use/programming
> ... I have always referred to $ and heard it referred to as "string".
>
> Not that it matters but I find that definitely unusual :)
is (was ?) common to refer to the $ in A$, for example, as "string"
since that is what it was, and it obviously had nothing to do with
dollars.
But as far as Perl is concerned it is "dollar", and I am not aware of
any exceptions.
Now, as to whether $! is dollar-bang, dollar-pling,
dollar-exclamation-mark or anything else is not so easy.
You might find this link interesting:
[url]http://www.eeng.brad.ac.uk/help/.faq/.unix/.pronun.html[/url]
But people, # is not a pound! ;-)
--> -----Original Message-----
> From: Peter Scott [mailto:peter@psdt.com]
> Sent: Monday, August 25, 2003 10:20 AM
> To: [email]beginners@perl.org[/email]
> Subject: RE: pronunciation guide
>
>
> In article <000201c36b09$1f11be00$76fea8c0@pkraus>,
> [email]pkraus@pelsupply.com[/email] (Paul Kraus) writes:>>>Not sure how to help you I do not that it is not very common to refer
>>to $ as dollar unless your talking about dollars. Generally when
>>dealing with computers it is a representation of the word string and
>>is>>>spoken as such.
>>
>>String-underscore.
> I've never heard that. I've been to dozens of meetings and
> conferences, heard thousands of people talking about Perl, and never
> before have I heard $_ referred to as anything other than "dollar
> underscore" or occasionally "dollar underbar".
>
> Strings are a small subset of possible values for scalars. If $ were
> mnemonic for anything, it would be "scalar", not "string".
Paul Johnson - [email]paul@pjcj.net[/email]
[url]http://www.pjcj.net[/url]
--
To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
For additional commands, e-mail: [email]beginners-help@perl.org[/email]
Paul Kraus Guest
-
Arthaey Angosii #8
Re: pronunciation guide
>Does anyone know of a pronunciation guide for the special variables and such
My friend and I have been learning Perl in relative isolation from any>in Perl? I came up empty on Google. I've been learning Perl by reading and
>doing, but I haven't talked to anyone face-to-face, so I'm not sure, for
>example, if $_ is spoken "dollar-underscore", or if people typically say
>something else--like "<=>" is a "spaceship", or "#!" is a "shebang".
other experienced Perl programmers, so we've developed our own names for
these variables. I have no idea what the rest of the community uses, but
we have adopted $_ as "Dalton" -- a (mis)contraction of "DOLlar
UNderscore". :) We also pronounce $ in from of normal variables as
"scalar", and @ as "array" (or less frequently "list", if we feel like
being more accurate).
I have heard <=> as "spaceship" and <> as the "diamond" operator.
But I agree with you, it would be interesting to have some global list of
various ways Perl's special variables are called. :)
--
AA
Arthaey Angosii Guest
-
Randal L. Schwartz #9
Re: pronunciation guide
>>>>> "Arthaey" == Arthaey Angosii <arthaey@hotpop.com> writes:
Arthaey> I have heard <=> as "spaceship" and <> as the "diamond" operator.
Larry's daughter Heidi came up with "diamond". And I'm the culprit
responsible for "spaceship".
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Randal L. Schwartz Guest
-
Peter Farrar #10
RE: pronunciation guide
I thought it was only called 'string' in Applesoft...
Glad to hear I'm not the only one. My co-workers think I'm crazy.
|---------+---------------------------->
| | "Paul Kraus" |
| | <pkraus@pelsupply|
| | .com> |
| | |
| | 08/25/2003 09:02 |
| | AM |
| | Please respond to|
| | pkraus |
| | |
|---------+---------------------------->| |>--------------------------------------------------------------------------------------------------------------|
| To: "'Paul Archer'" <tigger@io.com>, [email]beginners@perl.org[/email] |
| cc: |
| Subject: RE: pronunciation guide |>--------------------------------------------------------------------------------------------------------------|
Not sure how to help you I do not that it is not very common to refer to
$ as dollar unless your talking about dollars. Generally when dealing
with computers it is a representation of the word string and is spoken
as such.
String-underscore.
-----Original Message-----
From: Paul Archer [mailto:tigger@io.com]
Sent: Monday, August 25, 2003 8:08 AM
To: [email]beginners@perl.org[/email]
Subject: pronunciation guide
Does anyone know of a pronunciation guide for the special variables and
such in Perl? I came up empty on Google. I've been learning Perl by
reading and doing, but I haven't talked to anyone face-to-face, so I'm
not sure, for example, if $_ is spoken "dollar-underscore", or if people
typically say something else--like "<=>" is a "spaceship", or "#!" is a
"shebang".
Paul
--
To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
For additional commands, e-mail: [email]beginners-help@perl.org[/email]
--
To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
For additional commands, e-mail: [email]beginners-help@perl.org[/email]
****** CONFIDENTIALITY NOTICE ******
NOTICE: This e-mail message and all attachments transmitted with it may
contain legally privileged and confidential information intended solely for
the use of the addressee. If the reader of this message is not the
intended recipient, you are hereby notified that any reading,
dissemination, distribution, copying, or other use of this message or its
attachments is strictly prohibited. If you have received this message in
error, please notify the sender immediately and delete this message from
your system. Thank you..
Peter Farrar Guest
-
Paul Archer #11
RE: pronunciation guide
4:53pm, Paul Johnson wrote:
I thought it was a "bang for your buck"...> Paul Kraus said:
>>> > Wow. I find that unusual in my 10 years of computer use/programming ...
> > I have always referred to $ and heard it referred to as "string".
> >
> > Not that it matters but I find that definitely unusual :)
> Do you have a background in BASIC? I think that in the UK at least it is
> (was ?) common to refer to the $ in A$, for example, as "string" since
> that is what it was, and it obviously had nothing to do with dollars.
>
> But as far as Perl is concerned it is "dollar", and I am not aware of any
> exceptions.
>
> Now, as to whether $! is dollar-bang, dollar-pling,
> dollar-exclamation-mark or anything else is not so easy.
>
Good link, thanks.> You might find this link interesting:
>
> [url]http://www.eeng.brad.ac.uk/help/.faq/.unix/.pronun.html[/url]
>
Of course not, it's an octothorpe. Everyone knows that.> But people, # is not a pound! ;-)
>
Paul
PS. What's with the Pauls here? Are Pauls particularly passionate about
Perl, or primarily pronunciation?
Paul Archer Guest
-
Paul Archer #12
Re: pronunciation guide
8:58am, Randal L. Schwartz wrote:
And we (I, anyway) thank you. I got a good laugh out of that today when I>> >>>>> "Arthaey" == Arthaey Angosii <arthaey@hotpop.com> writes:
> Arthaey> I have heard <=> as "spaceship" and <> as the "diamond" operator.
>
> Larry's daughter Heidi came up with "diamond". And I'm the culprit
> responsible for "spaceship".
>
> --
told my class that's what it was called--"no, really, that's it's name..."
Paul Archer
Paul Archer Guest
-
Christopher X66156 McMahon #13
RE: pronunciation guide
On a Tandem, all processes begin with "$". As in: "$WRITER is
writing to the file; $BILL is the process that monitors the bank balance".
You'll definitely confuse Tandem people if you call the dollar sign
"string".
-Chris
-----Original Message-----
From: George Schlossnagle [mailto:george@omniti.com]
Sent: Monday, August 25, 2003 8:31 AM
To: [email]pkraus@pelsupply.com[/email]
Cc: [email]Peter@PSDT.com[/email]; [email]beginners@perl.org[/email]
Subject: Re: pronunciation guide
On Monday, August 25, 2003, at 10:28 AM, Paul Kraus wrote:
I've been to a number of conferences as well and never heard anyone> Wow. I find that unusual in my 10 years of computer use/programming ...
> I have always referred to $ and heard it referred to as "string".
>
> Not that it matters but I find that definitely unusual :)
refer to $anything as anything other than 'dollar anything'.
George
_
This message and any attachments are intended only for the use of the addressee and
may contain information that is privileged and confidential. If the reader of the
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.
Christopher X66156 McMahon Guest



Reply With Quote

