Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 1,210 for timestamp:[now/d-7d TO *] (0.03 sec)

  1. ${^POSTMATCH}.txt

    =over =item ${^POSTMATCH} X<${^POSTMATCH}> 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<$POSTMATCH>...
    perldoc.perl.org/variables/${^POSTMATCH}.txt
    Registered: Mon Oct 13 06:56:12 UTC 2025
    - 510 bytes
    - Viewed (0)
  2. $^C.txt

    =over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...
    perldoc.perl.org/variables/$^C.txt
    Registered: Mon Oct 13 02:46:15 UTC 2025
    - 401 bytes
    - Viewed (0)
  3. $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 Similar Results (1)
    Registered: Mon Oct 13 06:05:26 UTC 2025
    - 394 bytes
    - Viewed (0)
  4. $".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: Sun Oct 12 23:26:24 UTC 2025
    - 428 bytes
    - Viewed (0)
  5. perlsub.txt

    =head1 NAME X<subroutine> X<function> perlsub - Perl subroutines (user-defined functions) =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declarati...
    perldoc.perl.org/perlsub.txt
    Registered: Sat Oct 11 22:18:29 UTC 2025
    - 76K bytes
    - Viewed (0)
  6. perlfaq8.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq8 - System Interaction =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the Perl FAQ covers questions involving operating system interact...
    perldoc.perl.org/perlfaq8.txt
    Registered: Sat Oct 11 22:58:11 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  7. perlfaq3.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq3 - Programming Tools =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions related to programmer tools and programm...
    perldoc.perl.org/perlfaq3.txt
    Registered: Sat Oct 11 23:55:26 UTC 2025
    - 36.8K bytes
    - Viewed (0)
  8. perldebug.txt

    =head1 NAME X<debug> X<debugger> perldebug - Perl debugging =head1 DESCRIPTION First of all, have you tried using L<C<use strict;>|strict> and L<C<use warnings;>|warnings>? If you're new to the Per...
    perldoc.perl.org/perldebug.txt
    Registered: Sat Oct 11 23:34:37 UTC 2025
    - 39K bytes
    - Viewed (0)
  9. perlfaq7.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq7 - General Perl Language Issues =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with general Perl language issues that don't clearly...
    perldoc.perl.org/perlfaq7.txt
    Registered: Sun Oct 12 00:27:12 UTC 2025
    - 36.9K bytes
    - Viewed (0)
  10. perldsc.txt

    =head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...
    perldoc.perl.org/perldsc.txt
    Registered: Sat Oct 11 21:35:22 UTC 2025
    - 26.3K bytes
    - Viewed (0)
Back to top