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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: bug or curly bracket hell?
by GrandFather (Saint) on Jan 25, 2023 at 02:10 UTC | |
by kcott (Archbishop) on Jan 25, 2023 at 11:07 UTC | |
by MoodyDreams999 (Beadle) on Jan 25, 2023 at 15:04 UTC | |
by kcott (Archbishop) on Jan 25, 2023 at 21:51 UTC | |
by afoken (Chancellor) on Jan 26, 2023 at 09:12 UTC | |
by Anonymous Monk on Jan 25, 2023 at 16:58 UTC |
In Section
Seekers of Perl Wisdom