System Functions Perl

use English;
$text = 'This is the time.';
$text =~ /time/;
print "Matched: \"$MATCH\".\n";