[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> wrote:

: it is a system app call that populates the
: $EDM_nonactive_tapelist I am not sure what you mean
: "I'm not sure. "has the Orig strings in it" is not a
: precise statement for a computer programmer."


    I meant that "has the Orig strings in it" does not
tell us how the strings are represented. It does not
precisely define how the data is structured.


    That statement does not accurately describe the
data. Here are two examples of strings listed in a
scalar. In both cases I could describe each of these
examples as a "scalar variable with strings in it."

$baz = [
    [ 'foo' ],
    [ 'bar' ],
];

$baz = "foo\nbar\n";

    As computer programmers, we have to describe
data precisely. If you are uncertain how to describe
a structure try printing it with DATA::Dumper.


: the foreach with the split did work!

    Great. I'm glad I could help.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to