Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Convert a string to an octal numberSingly quote a string (Berikutnya)
Functions for SCALARs or strings

Find a character's numeric representation

Daftar Isi

  • 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.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Convert a string to an octal numberSingly quote a string (Berikutnya)