We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91ad03 commit 8f538f5Copy full SHA for 8f538f5
pod/perlrecharclass.pod
@@ -528,7 +528,7 @@ place before the bracketed class is parsed:
528
529
$, = "\t| ";
530
$x =~ m'[$,]'; # single-quotish: matches '$' or ','
531
- $x =~ q{[$,]}' # same
+ $x =~ q{[$,]}; # same
532
$x =~ m/[$,]/; # double-quotish: Because we made an
533
# assignment to $, above, this now
534
# matches "\t", "|", or " "
0 commit comments