Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. Amiga::Exec.txt

    package Amiga::Exec; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a v...
    perldoc.perl.org/Amiga::Exec.txt
    Registered: Sat May 18 07:25:16 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. blib.txt

    package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...
    perldoc.perl.org/blib.txt
    Registered: Sat May 18 05:29:52 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. warnings::register.txt

    package warnings::register 1.05; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...
    perldoc.perl.org/warnings::register.txt
    Registered: Sat May 18 04:55:40 UTC 2024
    - 733 bytes
    - Viewed (0)
  4. stable.txt

    package stable; $stable::VERSION = '0.031'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Sat May 18 08:00:18 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. $^H.txt

    =over =item $^H X<$^H> WARNING: This variable is strictly for internal use only. Its availability, behavior, and contents are subject to change without notice. This variable contains compile-time h...
    perldoc.perl.org/variables/$^H.txt
    Registered: Fri May 17 22:28:26 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. $^V.txt

    =over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...
    perldoc.perl.org/variables/$^V.txt
    Registered: Fri May 17 18:40:03 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. $^N.txt

    =over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...
    perldoc.perl.org/variables/$^N.txt
    Registered: Fri May 17 20:47:03 UTC 2024
    - 1009 bytes
    - Viewed (0)
  8. $>.txt

    =over =item $EFFECTIVE_USER_ID =item $EUID =item $> X<< $> >> X<$EUID> X<$EFFECTIVE_USER_ID> The effective uid of this process. For example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); ...
    perldoc.perl.org/variables/$>.txt
    Registered: Fri May 17 17:27:38 UTC 2024
    - 615 bytes
    - Viewed (0)
  9. $b.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$b.txt
    Registered: Fri May 17 18:03:49 UTC 2024
    - 394 bytes
    - Viewed (0)
  10. $".txt

    =over =item $LIST_SEPARATOR =item $" X<$"> X<$LIST_SEPARATOR> When an array or an array slice is interpolated into a double-quoted string or a similar context such as C</.../>, its elements are sep...
    perldoc.perl.org/variables/$".txt
    Registered: Fri May 17 17:42:16 UTC 2024
    - 428 bytes
    - Viewed (0)
Back to top