Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3421 - 3430 of 6,493 for content_length:[0 TO 9999] (0.07 sec)

  1. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Sun Jun 22 22:39:15 UTC 2025
    - 760 bytes
    - Viewed (0)
  2. pop.txt

    =over =item pop ARRAY X<pop> X<stack> =item pop Removes and returns the B<last> element of the array, shortening the array by one element. my @arr = ('cat', 'dog', 'mouse'); my $item = pop(@arr); #...
    perldoc.perl.org/functions/pop.txt
    Registered: Sun Jun 22 22:24:03 UTC 2025
    - 902 bytes
    - Viewed (0)
  3. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Mon Jun 23 01:20:11 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  4. 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 Jun 23 01:28:15 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  5. print.txt

    =over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...
    perldoc.perl.org/functions/print.txt
    Registered: Sun Jun 22 22:51:37 UTC 2025
    - 2K bytes
    - Viewed (0)
  6. utime.txt

    =over =item utime LIST X<utime> Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC access and modification times, in t...
    perldoc.perl.org/functions/utime.txt
    Registered: Mon Jun 23 00:44:29 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Mon Jun 23 02:58:00 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  8. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Mon Jun 23 03:38:47 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Mon Jun 23 01:11:40 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Mon Jun 23 03:46:27 UTC 2025
    - 462 bytes
    - Viewed (0)
Back to top