Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. [PHP] dev style guide
      They use the One True Brace Style, which is encouraging: function fooFunction($arg1, $arg2 = '') { if (condition) { statement; } return...
    5. 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.
  3. #2

    Default 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

  4. #3

    Default 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".
    >-----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

  5. #4

    Default 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 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".
    >-----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

  6. #5

    Default Re: pronunciation guide

    On Monday, August 25, 2003, at 10:28 AM, Paul Kraus wrote:
    > 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 :)
    I've been to a number of conferences as well and never heard anyone
    refer to $anything as anything other than 'dollar anything'.

    George

    George Schlossnagle Guest

  7. #6

    Default RE: pronunciation guide

    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.

    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

  8. #7

    Default 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:
    > 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.

    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

  9. #8

    Default Re: 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".
    My friend and I have been learning Perl in relative isolation from any
    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

  10. #9

    Default 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

  11. #10

    Default 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

  12. #11

    Default RE: pronunciation guide

    4:53pm, Paul Johnson wrote:
    > 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.
    >
    I thought it was a "bang for your buck"...

    > You might find this link interesting:
    >
    > [url]http://www.eeng.brad.ac.uk/help/.faq/.unix/.pronun.html[/url]
    >
    Good link, thanks.

    > But people, # is not a pound! ;-)
    >
    Of course not, it's an octothorpe. Everyone knows that.

    Paul

    PS. What's with the Pauls here? Are Pauls particularly passionate about
    Perl, or primarily pronunciation?


    Paul Archer Guest

  13. #12

    Default Re: pronunciation guide

    8:58am, Randal L. Schwartz wrote:
    > >>>>> "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".
    >
    > --
    And we (I, anyway) thank you. I got a good laugh out of that today when I
    told my class that's what it was called--"no, really, that's it's name..."

    Paul Archer
    Paul Archer Guest

  14. #13

    Default 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:
    > 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 :)
    I've been to a number of conferences as well and never heard anyone
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139