--- nono/lib/object_id.pl 2026/04/29 17:05:48 1.1.1.2 +++ nono/lib/object_id.pl 2026/04/29 17:05:52 1.1.1.3 @@ -20,7 +20,7 @@ while () { # Remove comments. chomp; - s/#.*$//; + s/^#.*$//; next if /^$/; @names = split(/\s+/);