Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 195 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. perlvar.txt

    =head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...
    perldoc.perl.org/perlvar.txt
    Registered: Fri May 17 13:17:32 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  2. perlsub.txt

    =head1 NAME X<subroutine> X<function> perlsub - Perl subroutines =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declaration. sub NAME(PROTO); # di...
    perldoc.perl.org/perlsub.txt
    Registered: Fri May 17 14:23:12 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. perlobj.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlobj.pod =head1 NAME X<object> X<OOP> perlobj - Perl object reference =head1 DESCRIPTI...
    perldoc.perl.org/perlobj.txt
    Registered: Fri May 17 15:44:38 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  4. perlrun.txt

    =head1 NAME perlrun - how to execute the Perl interpreter =head1 SYNOPSIS B<perl> S<[ B<-gsTtuUWX> ]> S<[ B<-h?v> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<nu...
    perldoc.perl.org/perlrun.txt
    Registered: Fri May 17 16:22:24 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  5. $>.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)
  6. $".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)
  7. $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)
  8. $^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)
  9. $^I.txt

    =over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back
    perldoc.perl.org/variables/$^I.txt
    Registered: Fri May 17 18:53:58 UTC 2024
    - 194 bytes
    - Viewed (0)
  10. $^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)
Back to top