use English; : English « System Functions « Perl






use English;

    


use English;

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

   
    
    
    
  








Related examples in the same category

1.English name: $PROGRAM_NAME
2.The English Module