Oh, I completely missed that you changed the first + in the link.
Yeah, that’s because the function in the code is splitting sub names at the + sign and since sub’s names can’t contain a - sign, everything after the last valid character in the name gets ignored.
Oh, I completely missed that you changed the first + in the link.
Yeah, that’s because the function in the code is splitting sub names at the + sign and since sub’s names can’t contain a - sign, everything after the last valid character in the name gets ignored.
(post is archived)