Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,175 for timestamp:[now/d-1y TO *] (0.01 sec)

  1. bignum.txt

    package bignum; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.66'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bignum.txt
    Registered: Mon May 13 14:06:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Mon May 13 13:28:52 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. autodie::hints.txt

    package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...
    perldoc.perl.org/autodie::hints.txt
    Registered: Mon May 13 16:29:25 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. base.txt

    use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...
    perldoc.perl.org/base.txt
    Registered: Mon May 13 15:45:26 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  5. perl5223delta.txt

    =encoding utf8 =head1 NAME perl5223delta - what is new for perl v5.22.3 =head1 DESCRIPTION This document describes differences between the 5.22.2 release and the 5.22.3 release. If you are upgradin...
    perldoc.perl.org/perl5223delta.txt
    Registered: Mon May 13 12:31:59 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. $..txt

    =over =item HANDLE->input_line_number( EXPR ) =item $INPUT_LINE_NUMBER =item $NR =item $. X<$.> X<$NR> X<$INPUT_LINE_NUMBER> X<line number> Current line number for the last filehandle accessed. Eac...
    perldoc.perl.org/variables/$..txt
    Registered: Sat May 11 00:43:23 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. $^P.txt

    =over =item $PERLDB =item $^P X<$^P> X<$PERLDB> The internal variable for debugging support. The meanings of the various bits are subject to change, but currently indicate: =over 6 =item 0x01 Debug...
    perldoc.perl.org/variables/$^P.txt
    Registered: Fri May 10 23:39:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. $@.txt

    =over =item $EVAL_ERROR =item $@ X<$@> X<$EVAL_ERROR> The Perl error from the last C<eval> operator, i.e. the last exception that was caught. For C<eval BLOCK>, this is either a runtime error messa...
    perldoc.perl.org/variables/$@.txt
    Registered: Sat May 11 00:08:37 UTC 2024
    - 611 bytes
    - Viewed (0)
  9. ${^MATCH}.txt

    =over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...
    perldoc.perl.org/variables/${^MATCH}.txt
    Registered: Sat May 11 00:17:12 UTC 2024
    - 498 bytes
    - Viewed (0)
  10. ARGVOUT.txt

    =over =item ARGVOUT X<ARGVOUT> The special filehandle that points to the currently open output file when doing edit-in-place processing with B<-i>. Useful when you have to do a lot of inserting and...
    perldoc.perl.org/variables/ARGVOUT.txt
    Registered: Fri May 10 23:47:38 UTC 2024
    - 303 bytes
    - Viewed (0)
Back to top