Question #7: What part of the string will be assigned to $match in the following code 55% on 935 times asked
my $txt = 'I am learning Perl'; my ($match) = $txt =~ /\s(.*)\s/;