Getting the best answer(WAS: How do you dynamically assign array names?)

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

  1. #1

    Default Getting the best answer(WAS: RE: How do you dynamically assign array names?)


    I think this touches on an issue that people should consider when they
    post to this list. Often people ask a question, and instead of asking
    for help with a problem, they ask "How to do x", when "x" may not even
    be a solution to their problem (sorry if I'm singling you out, OP).

    When submitting a question to the list, try to answer these questions:

    What problem were you trying to solve?
    How did you try to solve it?
    What happened?
    What did you expect to happen?

    It's not just a matter of etiquette, it will get you better answers to
    your questions.

    -----Original Message-----
    From: Rob Dixon [mailto:rob@dixon.port995.com]
    Sent: Friday, November 14, 2003 10:09 AM
    To: [email]beginners@perl.org[/email]
    Subject: Re: How do you dynamically assign array names?


    How can anyone suggest what the 'alternatives' may be without an
    explanation of the problem?

    Rob



    --
    To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email] For additional
    commands, e-mail: [email]beginners-help@perl.org[/email]

    Tim Johnson Guest

  2. Similar Questions and Discussions

    1. Select answer Without field names
      how can i get an answer from a select query without the column names first ? i can't understant how to use the option --skip-column-names ... ...
    2. Assign Array with Dynamic Variable Names
      I have an 2 dimensional array that I want to assign to an 1 dimensional array with a dynamic Variable Name. I can set the newarray function, but I...
    3. How do you dynamically assign array names?
      Hi, I am trying to initialize a dynamically-named array, i.e. with the following test code (if I type "script.pl char" at the command prompt) I...
    4. dynamically assign a member to a channel in the score
      Hi, Is it possible to have a member in the cast and put that member onto the stage dynamically through lingo. Currently I have 5 buttons and I...
    5. global array, can't assign values from variables
      Hi I'm just going to give the code and output. It should be self explanatory. The array, $criteria, is having the issue. I don't know what it's...
  3. #2

    Default Re: Getting the best answer(WAS: RE: How do you dynamically assign array names?)

    Tim Johnson wrote:
    > -----Original Message-----
    > From: Rob Dixon [mailto:rob@dixon.port995.com]
    > > How can anyone suggest what the 'alternatives' may be without an
    > > explanation of the problem?
    > >
    > > Rob
    >
    > When submitting a question to the list, try to answer these questions:
    >
    > What problem were you trying to solve?
    > How did you try to solve it?
    > What happened?
    > What did you expect to happen?
    >
    > It's not just a matter of etiquette, it will get you better answers to
    > your questions.
    >
    Thanks, Tim,

    Joseph

    R. Joseph Newton 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