Mega Code Archive

 
Categories / Perl / System Functions
 

Use English

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