http://www.perlmonks.org?node_id=1006033


in reply to Re^4: XML::Twig and threads
in thread XML::Twig and threads [solved]

Firstly, updating the root node with new code is a bad idea. Very few if any people will re-read old nodes, so it will never be seen except by those you notify.

Second, posting code that doesn't use strict & warnings and contains trivial errors that those would catch:

Use of uninitialized value $fields[2] in pattern match (m//) at C:\tes +t\1005623.pl line 56. Use of uninitialized value $fields[3] in pattern match (m//) at C:\tes +t\1005623.pl line 64.

will stop most people (including me) from looking further.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

RIP Neil Armstrong

Replies are listed 'Best First'.
Re^6: XML::Twig and threads
by grizzley (Chaplain) on Nov 29, 2012 at 08:03 UTC
    Ok, noted. I just didn't want to start new discussion on the same topic.