- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 270 for timestamp:[now/d-1d TO *] (0.03 sec)
-
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.txtRegistered: Sat Jun 07 22:56:10 UTC 2025 - 6.6K bytes - Viewed (0) -
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.txtRegistered: Sat Jun 07 22:49:56 UTC 2025 - 5.2K bytes - Viewed (0) -
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.txtRegistered: Sat Jun 07 16:05:33 UTC 2025 - 4.2K bytes - Viewed (0) -
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.txtRegistered: Sat Jun 07 23:03:26 UTC 2025 - 19.3K bytes - Viewed (0) -
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.txtRegistered: Fri Jun 06 00:17:19 UTC 2025 - 1.4K bytes - Viewed (0) -
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.txtRegistered: Fri Jun 06 00:29:48 UTC 2025 - 1K bytes - Viewed (0) -
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.txtRegistered: Fri Jun 06 00:13:18 UTC 2025 - 815 bytes - Viewed (0) -
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.txtRegistered: Fri Jun 06 00:47:49 UTC 2025 - 2.8K bytes - Viewed (0) -
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.txtRegistered: Fri Jun 06 03:15:21 UTC 2025 - 2.5K bytes - Viewed (0) -
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.txtRegistered: Fri Jun 06 04:58:13 UTC 2025 - 3K bytes - Viewed (0)