Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 237 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. 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: Thu Nov 21 04:52:20 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. undef.txt

    =over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...
    perldoc.perl.org/functions/undef.txt
    Registered: Thu Nov 21 08:30:17 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. 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: Thu Nov 21 06:46:51 UTC 2024
    - 445 bytes
    - Viewed (0)
  4. 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: Thu Nov 21 08:09:54 UTC 2024
    - 325 bytes
    - Viewed (0)
  5. alarm.txt

    =over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...
    perldoc.perl.org/functions/alarm.txt
    Registered: Thu Nov 21 08:37:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. perl5260delta.txt

    =encoding utf8 =head1 NAME perl5260delta - what is new for perl v5.26.0 =head1 DESCRIPTION This document describes the differences between the 5.24.0 release and the 5.26.0 release. =head1 Notice T...
    perldoc.perl.org/perl5260delta.txt
    Registered: Wed Nov 20 05:22:57 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  7. perl5005delta.txt

    =head1 NAME perl5005delta - what's new for perl5.005 =head1 DESCRIPTION This document describes differences between the 5.004 release and this one. =head1 About the new versioning system Perl is no...
    perldoc.perl.org/perl5005delta.txt
    Registered: Wed Nov 20 05:36:21 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  8. perl5121delta.txt

    =encoding utf8 =head1 NAME perl5121delta - what is new for perl v5.12.1 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.12.1 release. If you are upgradin...
    perldoc.perl.org/perl5121delta.txt
    Registered: Wed Nov 20 05:52:53 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. perlexperiment.txt

    =encoding utf-8 =head1 NAME perlexperiment - A listing of experimental features in Perl =head1 DESCRIPTION This document lists the current and past experimental features in the perl core. Although ...
    perldoc.perl.org/perlexperiment.txt
    Registered: Wed Nov 20 05:46:55 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. perl5181delta.txt

    =encoding utf8 =head1 NAME perl5181delta - what is new for perl v5.18.1 =head1 DESCRIPTION This document describes differences between the 5.18.0 release and the 5.18.1 release. If you are upgradin...
    perldoc.perl.org/perl5181delta.txt
    Registered: Wed Nov 20 03:27:47 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top