このページは大阪弁化フィルタによって翻訳生成されたんですわ。

翻訳前ページへ


ord - perldoc.perl.org
The Wayback Machine - http://web.archive.org/web/20150301152453/http://perldoc.perl.org:80/functions/ord.html

Perl version

Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

ord

Perl 5 version 20.1 documentation
Recently read

ord

  • ord EXPR

  • ord

    Returns the numeric value of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses $_ . (Note character, not byte.)

    For the reverse, see chr. See perlunicode for more about Unicode.