Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 51 - 60 of 1,172 for label:perl (0.03 sec)

  1. crypt.txt

    =over =item crypt PLAINTEXT,SALT X<crypt> X<digest> X<hash> X<salt> X<plaintext> X<password> X<decrypt> X<cryptography> X<passwd> X<encrypt> Creates a digest string exactly like the L<crypt(3)> fun...
    perldoc.perl.org/functions/crypt.txt
    Registered: Wed Apr 24 07:30:40 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. fcntl.txt

    =over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...
    perldoc.perl.org/functions/fcntl.txt
    Registered: Wed Apr 24 10:41:20 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. pos.txt

    =over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...
    perldoc.perl.org/functions/pos.txt
    Registered: Wed Apr 24 04:50:29 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. hex.txt

    =over =item hex EXPR X<hex> X<hexadecimal> =item hex Interprets EXPR as a hex string and returns the corresponding numeric value. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. print hex '0xAf'; # p...
    perldoc.perl.org/functions/hex.txt
    Registered: Wed Apr 24 05:33:51 UTC 2024
    - 938 bytes
    - Viewed (0)
  5. chr.txt

    =over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...
    perldoc.perl.org/functions/chr.txt
    Registered: Wed Apr 24 06:07:48 UTC 2024
    - 705 bytes
    - Viewed (0)
  6. log.txt

    =over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...
    perldoc.perl.org/functions/log.txt
    Registered: Wed Apr 24 06:17:23 UTC 2024
    - 495 bytes
    - Viewed (0)
  7. $^L.txt

    =over =item IO::Handle->format_formfeed(EXPR) =item $FORMAT_FORMFEED =item $^L X<$^L> X<$FORMAT_FORMFEED> What formats output as a form feed. The default is C<\f>. You cannot call C<format_formfeed...
    perldoc.perl.org/variables/$^L.txt
    Registered: Wed Apr 24 03:15:36 UTC 2024
    - 282 bytes
    - Viewed (0)
  8. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: Wed Apr 24 11:45:36 UTC 2024
    - 229 bytes
    - Viewed (0)
  9. use.txt

    =over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...
    perldoc.perl.org/functions/use.txt
    Registered: Thu Apr 25 01:46:44 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. getgrnam.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getgrnam.txt
    Registered: Thu Apr 25 04:06:45 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top