Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 995 for timestamp:[now/d-7d TO *] (0.03 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: Tue Nov 19 02:50:13 UTC 2024
    - 408 bytes
    - Viewed (0)
  2. ARGVOUT.txt

    =over =item ARGVOUT X<ARGVOUT> The special filehandle that points to the currently open output file when doing edit-in-place processing with B<-i>. Useful when you have to do a lot of inserting and...
    perldoc.perl.org/variables/ARGVOUT.txt
    Registered: Tue Nov 19 07:19:24 UTC 2024
    - 303 bytes
    - Viewed (0)
  3. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Tue Nov 19 14:31:29 UTC 2024
    - 120.5K bytes
    - Viewed (0)
  4. 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: Tue Nov 19 13:25:44 UTC 2024
    - 82.4K bytes
    - Viewed (0)
  5. perlreftut.txt

    =head1 NAME perlreftut - Mark's very short tutorial about references =head1 DESCRIPTION One of the most important new features in Perl 5 was the capability to manage complicated data structures lik...
    perldoc.perl.org/perlreftut.txt
    Registered: Tue Nov 19 11:43:57 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  6. perlpodstyle.txt

    =head1 NAME perlpodstyle - Perl POD style guide =head1 DESCRIPTION These are general guidelines for how to write POD documentation for Perl scripts and modules, based on general guidelines for writ...
    perldoc.perl.org/perlpodstyle.txt
    Registered: Tue Nov 19 12:02:27 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  7. 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: Tue Nov 19 13:33:12 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. $..txt

    =over =item HANDLE->input_line_number( EXPR ) =item $INPUT_LINE_NUMBER =item $NR =item $. X<$.> X<$NR> X<$INPUT_LINE_NUMBER> X<line number> Current line number for the last filehandle accessed. Eac...
    perldoc.perl.org/variables/$..txt
    Registered: Tue Nov 19 09:05:35 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. $@.txt

    =over =item $EVAL_ERROR =item $@ X<$@> X<$EVAL_ERROR> The Perl error from the last C<eval> operator, i.e. the last exception that was caught. For C<eval BLOCK>, this is either a runtime error messa...
    perldoc.perl.org/variables/$@.txt
    Registered: Tue Nov 19 08:13:37 UTC 2024
    - 611 bytes
    - Viewed (0)
  10. ${^UTF8LOCALE}.txt

    =over =item ${^UTF8LOCALE} X<${^UTF8LOCALE}> This variable indicates whether a UTF-8 locale was detected by perl at startup. This information is used by perl when it's in adjust-utf8ness-to-locale ...
    perldoc.perl.org/variables/${^UTF8LOCALE}.txt
    Registered: Tue Nov 19 10:13:00 UTC 2024
    - 371 bytes
    - Viewed (0)
Back to top