Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3091 - 3100 of 5,842 for content_length:[0 TO 9999] (0.16 sec)

  1. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Mon Nov 04 15:42:54 UTC 2024
    - 573 bytes
    - Viewed (0)
  2. link.txt

    =over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183
    perldoc.perl.org/functions/link.txt
    Registered: Mon Nov 04 17:15:48 UTC 2024
    - 183 bytes
    - Viewed (0)
  3. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Mon Nov 04 17:30:43 UTC 2024
    - 163 bytes
    - Viewed (0)
  4. time.txt

    =over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...
    perldoc.perl.org/functions/time.txt
    Registered: Tue Nov 05 19:24:54 UTC 2024
    - 853 bytes
    - Viewed (0)
  5. wantarray.txt

    =over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...
    perldoc.perl.org/functions/wantarray.txt
    Registered: Tue Nov 05 13:45:22 UTC 2024
    - 675 bytes
    - Viewed (0)
  6. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Tue Nov 05 13:14:40 UTC 2024
    - 199 bytes
    - Viewed (0)
  7. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Tue Nov 05 18:24:29 UTC 2024
    - 152 bytes
    - Viewed (0)
  8. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Mon Nov 04 21:31:25 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later only, the indices of an array. Pe...
    perldoc.perl.org/functions/keys.txt
    Registered: Mon Nov 04 13:18:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Mon Nov 04 16:50:02 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top