![]() |
VOOZH | about |
The chr() function in Perl returns a string representing a character whose Unicode code point is an integer.
Syntax: chr(Num)
Parameters:
Num : It is an unicode integer value whose corresponding character is returned .
Returns: a string representing a character whose Unicode code point is an integer.
Example 1:
Output:
Geeks for Geeks
Example 2:
Output :
Geeks