Ask a Question related to PERL Beginners, Design and Development.
-
Tim Johnson #1
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
-
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 ... ... -
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... -
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... -
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... -
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... -
R. Joseph Newton #2
Re: Getting the best answer(WAS: RE: How do you dynamically assign array names?)
Tim Johnson wrote:
Thanks, Tim,> -----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.
>
Joseph
R. Joseph Newton Guest



Reply With Quote

