http://qs1969.pair.com?node_id=11149854


in reply to Re^4: bug or curly bracket hell?
in thread bug or curly bracket hell?

You have a bogus 'print "' at the start of your code. The closing quote for that string is 'open('conf', "' (many lines later). All of the apparent use statements and my declarations, in the intervening code, are just part of the string; they are not Perl statements that will be executed.

— Ken