Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4561 - 4570 of 6,206 for content_length:[0 TO 9999] (0.15 sec)

  1. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Mon Nov 04 15:56:18 UTC 2024
    - 454 bytes
    - Viewed (0)
  2. seekdir.txt

    =over =item seekdir DIRHANDLE,POS X<seekdir> Sets the current position for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. POS must be a value returned by L<C<telldir>|/telldir DIRHANDLE...
    perldoc.perl.org/functions/seekdir.txt
    Registered: Mon Nov 04 18:03:59 UTC 2024
    - 354 bytes
    - Viewed (0)
  3. cos.txt

    =over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...
    perldoc.perl.org/functions/cos.txt
    Registered: Mon Nov 04 20:31:21 UTC 2024
    - 366 bytes
    - Viewed (0)
  4. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Mon Nov 04 20:07:53 UTC 2024
    - 310 bytes
    - Viewed (0)
  5. abs.txt

    =over =item abs VALUE X<abs> X<absolute> =item abs Returns the absolute value of its argument. If VALUE is omitted, uses L<C<$_>|perlvar/$_>. =back 151
    perldoc.perl.org/functions/abs.txt
    Registered: Mon Nov 04 13:25:31 UTC 2024
    - 151 bytes
    - Viewed (0)
  6. -X.txt

    =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/functions/-X.txt
    Registered: Mon Nov 04 14:12:15 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  7. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Tue Nov 05 17:13:29 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. elseif.txt

    =over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...
    perldoc.perl.org/functions/elseif.txt
    Registered: Tue Nov 05 17:30:05 UTC 2024
    - 273 bytes
    - Viewed (0)
  9. perl5125delta.txt

    =encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...
    perldoc.perl.org/perl5125delta.txt
    Registered: Thu Nov 07 00:29:39 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  10. perlbs2000.txt

    # vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. Do not worry, you've apparently got the ASCII->EBCDIC translation worked out correctly...
    perldoc.perl.org/perlbs2000.txt
    Registered: Thu Nov 07 03:27:03 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top