Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Return lower-case version of a ...Return the number of bytes in ... (Berikutnya)
Functions for SCALARs or strings

Return a string with just the next letter in lower case

Daftar Isi

  • lcfirst EXPR

  • lcfirst

    Returns the value of EXPR with the first character lowercased. Thisis the internal function implementing the \l escape indouble-quoted strings.

    If EXPR is omitted, uses $_.

    This function behaves the same way under various pragmata, such as in a locale,as lc does.

 
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) Return lower-case version of a ...Return the number of bytes in ... (Berikutnya)