Closed scop closed 1 month ago
Concatenating a string to $$ (current process id) yields a false "semicolon expected" error on the opening quote of the string to be concatenated:
$$
my $foo = $$."foo"; # ^here
See also attached screenshot.
Ye, seems plugin treats it as ${$.}
${$.}
Similar to #1893
Concatenating a string to
$$
(current process id) yields a false "semicolon expected" error on the opening quote of the string to be concatenated:See also attached screenshot.