Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1151 - 1160 of 6,887 for content_length:[0 TO 9999] (0.36 sec)

  1. lt.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/lt.txt Similar Results (12)
    Registered: Sat Apr 19 15:50:36 UTC 2025
    - 192 bytes
    - Viewed (0)
  2. $^M.txt

    =over =item $^M X<$^M> By default, running out of memory is an untrappable, fatal error. However, if suitably built, Perl can use the contents of C<$^M> as an emergency memory pool after C<die()>in...
    perldoc.perl.org/variables/$^M.txt
    Registered: Wed Apr 16 20:19:38 UTC 2025
    - 667 bytes
    - Viewed (0)
  3. $<.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: Wed Apr 16 19:23:32 UTC 2025
    - 408 bytes
    - Viewed (0)
  4. sort.txt

    =over =item sort SUBNAME LIST X<sort> =item sort BLOCK LIST =item sort LIST In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of L<C<sort>|/so...
    perldoc.perl.org/functions/sort.txt
    Registered: Fri Apr 18 14:41:59 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  5. -X

    =over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...
    perldoc.perl.org/5.18.1/functions/-X
    Registered: Fri Apr 18 15:42:10 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  6. 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: Fri Apr 18 14:50:25 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  7. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...
    perldoc.perl.org/functions/delete.txt Similar Results (1)
    Registered: Fri Apr 18 13:26:02 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. ioctl.txt

    =over =item ioctl FILEHANDLE,FUNCTION,SCALAR X<ioctl> Implements the L<ioctl(2)> function. You'll probably first have to say require "sys/ioctl.ph"; # probably in # $Config{archlib}/sys/ioctl.ph to...
    perldoc.perl.org/functions/ioctl.txt
    Registered: Fri Apr 18 14:11:55 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. pos.txt

    =over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...
    perldoc.perl.org/functions/pos.txt
    Registered: Fri Apr 18 13:42:02 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. log.txt

    =over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...
    perldoc.perl.org/functions/log.txt
    Registered: Fri Apr 18 17:39:00 UTC 2025
    - 495 bytes
    - Viewed (0)
Back to top