Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1631 - 1640 of about 10,000 for timestamp:[now/d-1M TO *] (0.11 sec)

  1. ${^TAINT}.txt

    =over =item ${^TAINT} X<${^TAINT}> Reflects if taint mode is on or off. 1 for on (the program was run with B<-T>), 0 for off, -1 when only taint warnings are enabled (i.e. with B<-t> or B<-TU>). No...
    perldoc.perl.org/variables/${^TAINT}.txt
    Registered: Fri Aug 29 22:52:21 UTC 2025
    - 421 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 Aug 29 14:17:18 UTC 2025
    - 312 bytes
    - Viewed (0)
  3. $^L.txt

    =over =item IO::Handle->format_formfeed(EXPR) =item $FORMAT_FORMFEED =item $^L X<$^L> X<$FORMAT_FORMFEED> What formats output as a form feed. The default is C<\f>. You cannot call C<format_formfeed...
    perldoc.perl.org/variables/$^L.txt
    Registered: Fri Aug 29 22:31:16 UTC 2025
    - 282 bytes
    - Viewed (0)
  4. $=.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 Aug 29 23:08:14 UTC 2025
    - 267 bytes
    - Viewed (0)
  5. 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 Aug 30 01:27:18 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  6. perl5263delta.txt

    =encoding utf8 =head1 NAME perl5263delta - what is new for perl v5.26.3 =head1 DESCRIPTION This document describes differences between the 5.26.2 release and the 5.26.3 release. If you are upgradin...
    perldoc.perl.org/perl5263delta.txt
    Registered: Sat Aug 30 03:34:17 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  7. perldbmfilter.txt

    =head1 NAME perldbmfilter - Perl DBM Filters =head1 SYNOPSIS $db = tie %hash, 'DBM', ... $old_filter = $db->filter_store_key ( sub { ... } ); $old_filter = $db->filter_store_value( sub { ... } ); $...
    perldoc.perl.org/perldbmfilter.txt
    Registered: Sat Aug 30 04:12:03 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  8. perl5402delta.txt

    =encoding utf8 =head1 NAME perl5402delta - what is new for perl v5.40.2 =head1 DESCRIPTION This document describes differences between the 5.40.1 release and the 5.40.2 release. If you are upgradin...
    perldoc.perl.org/perl5402delta.txt
    Registered: Sat Aug 30 02:49:27 UTC 2025
    - 3.5K 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 Aug 30 00:36:11 UTC 2025
    - 498 bytes
    - Viewed (0)
  10. perllexwarn.txt

    =head1 NAME perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION Perl v5.6.0 introduced lexical control over the handling of warnings by category. The C<warnings> pragma generally replaces the co...
    perldoc.perl.org/perllexwarn.txt
    Registered: Sat Aug 30 02:21:04 UTC 2025
    - 355 bytes
    - Viewed (0)
Back to top