Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 1,175 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. $<.txt

    =over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...
    perldoc.perl.org/variables/$<.txt
    Registered: Fri May 10 13:18:33 UTC 2024
    - 408 bytes
    - Viewed (0)
  2. @F.txt

    =over =item @F X<@F> The array C<@F> contains the fields of each line read in when autosplit mode is turned on. See L<perlrun|perlrun/-a> for the B<-a> switch. This array is package-specific, and m...
    perldoc.perl.org/variables/@F.txt
    Registered: Fri May 10 13:10:19 UTC 2024
    - 312 bytes
    - Viewed (0)
  3. $=.txt

    =over =item HANDLE->format_lines_per_page(EXPR) =item $FORMAT_LINES_PER_PAGE =item $= X<$=> X<$FORMAT_LINES_PER_PAGE> The current page length (printable lines) of the currently selected output chan...
    perldoc.perl.org/variables/$=.txt
    Registered: Fri May 10 17:54:16 UTC 2024
    - 267 bytes
    - Viewed (0)
  4. perlmodinstall.txt

    =head1 NAME perlmodinstall - Installing CPAN Modules =head1 DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see L<perlmod> for details. Whenever anyone creates ...
    perldoc.perl.org/perlmodinstall.txt
    Registered: Sat May 11 04:04:22 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. binmode.txt

    =over =item binmode FILEHANDLE, LAYER X<binmode> X<binary> X<text> X<DOS> X<Windows> =item binmode FILEHANDLE Arranges for FILEHANDLE to be read or written in "binary" or "text" mode on systems whe...
    perldoc.perl.org/functions/binmode.txt
    Registered: Sat May 11 04:56:29 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. strict.txt

    package strict; $strict::VERSION = "1.12"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Sat May 11 02:56:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. unpack.txt

    =over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE L<C<unpack>|/unpack TEMPLATE,EXPR> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a l...
    perldoc.perl.org/functions/unpack.txt
    Registered: Sat May 11 04:48:44 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. perlebcdic.txt

    =encoding utf8 =head1 NAME perlebcdic - Considerations for running Perl on EBCDIC platforms =head1 DESCRIPTION An exploration of some of the issues facing Perl programmers on EBCDIC based computers...
    perldoc.perl.org/perlebcdic.txt
    Registered: Sun May 12 20:48:23 UTC 2024
    - 82.4K bytes
    - Viewed (0)
  9. Text::Balanced.txt

    # Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...
    perldoc.perl.org/Text::Balanced.txt
    Registered: Mon May 13 15:28:20 UTC 2024
    - 78.9K bytes
    - Viewed (0)
  10. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Mon May 13 13:50:34 UTC 2024
    - 53.4K bytes
    - Viewed (0)
Back to top