< Perl Programming < Keywords

The uc keyword

uc is a function that returns a uppercased version of the EXPRESSION. If no EXPRESSION has been entered, $_ contents are used. The result depends on which code is used for the strings on the system.

Syntax

  lc EXPRESSION

Examples

  link OLD_FILE, NEW_FILE;
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.