Question:

Which of the following will be matched by this code?

my $pattern = '.*';
$str =~ /(\Q$pattern\E)/;

Answers:


Keywords:

© 2017 QuizBucket.org