Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 270 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. CPAN::Meta::History::Meta_1_0.txt

    =for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txt
    Registered: Sat Jun 07 22:56:10 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  2. CPAN::Meta::History.txt

    # vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...
    perldoc.perl.org/CPAN::Meta::History.txt
    Registered: Sat Jun 07 22:49:56 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  3. vmsish.txt

    package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...
    perldoc.perl.org/vmsish.txt
    Registered: Sat Jun 07 16:05:33 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. CPAN::Meta::Requirements::Range.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...
    perldoc.perl.org/CPAN::Meta::Requirements::Range.txt
    Registered: Sat Jun 07 23:03:26 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  5. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Fri Jun 06 00:17:19 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. scalar.txt

    =over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...
    perldoc.perl.org/functions/scalar.txt
    Registered: Fri Jun 06 00:29:48 UTC 2025
    - 1K bytes
    - Viewed (0)
  7. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Fri Jun 06 00:13:18 UTC 2025
    - 815 bytes
    - Viewed (0)
  8. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Fri Jun 06 00:47:49 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Fri Jun 06 03:15:21 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  10. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Fri Jun 06 04:58:13 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top