What is the ouput of the following code snippet: \$mystring = "[2004/04/13] The date of this article."; if(\$mystring =~ m/(\d)/) { print "The digit is $1"; }
Reveal answer
Fill a bubble to check yourself
What is the ouput of the following code snippet: \$mystring = "[2004/04/13] The date of this article."; if(\$mystring =~ m/(\d)/) { print "The digit is $1"; }