Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 217 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Sun May 12 03:35:56 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. accept.txt

    =over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...
    perldoc.perl.org/functions/accept.txt
    Registered: Sun May 12 01:07:14 UTC 2024
    - 445 bytes
    - Viewed (0)
  3. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Sun May 12 00:22:40 UTC 2024
    - 325 bytes
    - Viewed (0)
  4. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Sun May 12 05:13:57 UTC 2024
    - 300 bytes
    - Viewed (0)
  5. perlreapi.txt

    =head1 NAME perlreapi - Perl regular expression plugin interface =head1 DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the defaul...
    perldoc.perl.org/perlreapi.txt
    Registered: Sun May 12 18:11:23 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  6. perlapio.txt

    =head1 NAME perlapio - perl's IO abstraction interface. =head1 SYNOPSIS #define PERLIO_NOT_STDIO 0 /* For co-existence with stdio only */ #include <perlio.h> /* Usually via #include <perl.h> */ Per...
    perldoc.perl.org/perlapio.txt
    Registered: Sun May 12 19:34:32 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  7. perlform.txt

    =head1 NAME X<format> X<report> X<chart> perlform - Perl formats =head1 DESCRIPTION Perl has a mechanism to help you generate simple reports and charts. To facilitate this, Perl helps you code up y...
    perldoc.perl.org/perlform.txt
    Registered: Sun May 12 21:19:01 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  8. perlgov.txt

    =encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...
    perldoc.perl.org/perlgov.txt
    Registered: Sun May 12 17:26:54 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. perlpodstyle.txt

    =head1 NAME perlpodstyle - Perl POD style guide =head1 DESCRIPTION These are general guidelines for how to write POD documentation for Perl scripts and modules, based on general guidelines for writ...
    perldoc.perl.org/perlpodstyle.txt
    Registered: Sun May 12 17:50:53 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. perl5361delta.txt

    =encoding utf8 =head1 NAME perl5361delta - what is new for perl v5.36.1 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.36.1 release. If you are upgradin...
    perldoc.perl.org/perl5361delta.txt
    Registered: Sun May 12 20:04:32 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top